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 Summary
Constructors Constructor Description UserRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEmail()
String
getKey()
String
getLowerName()
String
getName()
void
setEmail(String email)
void
setKey(String key)
void
setLowerName(String lowerName)
void
setName(String name)
-
-
-
Method Detail
-
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)
-
-