Class SimpleSiteStructure.UserRepresentation

java.lang.Object
com.atlassian.confluence.it.export.SimpleSiteStructure.UserRepresentation
All Implemented Interfaces:
SimpleSiteStructure.ExportableItem
Enclosing class:
SimpleSiteStructure

public static class SimpleSiteStructure.UserRepresentation extends Object implements SimpleSiteStructure.ExportableItem
The representation of a Confluence user in the export file
Since:
6.14.0
  • Constructor Details

    • UserRepresentation

      public UserRepresentation()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLowerName

      public String getLowerName()
    • setLowerName

      public void setLowerName(String lowerName)
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)