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 booleanequals(Object o)StringgetEffectiveUser()LabelEntityListgetLabels()com.atlassian.plugins.rest.common.LinkgetLogo()SpaceEntityUserPermissionsgetPermissions()StringgetSpaceKey()inthashCode()BooleanisFavourite()voidsetEffectiveUser(String effectiveUser)voidsetFavourite(Boolean favourite)voidsetLabels(LabelEntityList labels)voidsetLogo(com.atlassian.plugins.rest.common.Link logo)voidsetPermissions(SpaceEntityUserPermissions permissions)voidsetSpaceKey(String spaceKey)StringtoString()
-
-
-
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)
-
-