Class SpaceEntityUserProperties
- java.lang.Object
-
- com.atlassian.confluence.plugins.rest.entities.SpaceEntityUserProperties
-
@Expander(SpaceEntityUserPropertiesExpander.class) public class SpaceEntityUserProperties extends Object
Details about the space that are in the perspective of the current user.When viewing a space resource everything is really in the perspective of the viewing user. This object represents complex properties that need to be expanded to be viewed.
-
-
Constructor Summary
Constructors Constructor Description SpaceEntityUserProperties()
SpaceEntityUserProperties(String spaceKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getEffectiveUser()
LabelEntityList
getLabels()
com.atlassian.plugins.rest.common.Link
getLogo()
SpaceEntityUserPermissions
getPermissions()
String
getSpaceKey()
int
hashCode()
Boolean
isFavourite()
void
setEffectiveUser(String effectiveUser)
void
setFavourite(Boolean favourite)
void
setLabels(LabelEntityList labels)
void
setLogo(com.atlassian.plugins.rest.common.Link logo)
void
setPermissions(SpaceEntityUserPermissions permissions)
void
setSpaceKey(String spaceKey)
String
toString()
-
-
-
Constructor Detail
-
SpaceEntityUserProperties
public SpaceEntityUserProperties()
-
SpaceEntityUserProperties
public SpaceEntityUserProperties(String spaceKey)
-
-
Method Detail
-
getPermissions
public SpaceEntityUserPermissions getPermissions()
-
setPermissions
public void setPermissions(SpaceEntityUserPermissions permissions)
-
isFavourite
public Boolean isFavourite()
-
setFavourite
public void setFavourite(Boolean favourite)
-
getSpaceKey
public String getSpaceKey()
-
setSpaceKey
public void setSpaceKey(String spaceKey)
-
getEffectiveUser
public String getEffectiveUser()
-
setEffectiveUser
public void setEffectiveUser(String effectiveUser)
-
getLabels
public LabelEntityList getLabels()
-
setLabels
public void setLabels(LabelEntityList labels)
-
getLogo
public com.atlassian.plugins.rest.common.Link getLogo()
-
setLogo
public void setLogo(com.atlassian.plugins.rest.common.Link logo)
-
-