Class SpaceEntityUserProperties
java.lang.Object
com.atlassian.confluence.plugins.rest.jackson2.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 -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLogo()inthashCode()voidsetEffectiveUser(String effectiveUser) voidsetFavourite(Boolean favourite) voidsetLabels(LabelEntityList labels) voidvoidsetPermissions(SpaceEntityUserPermissions permissions) voidsetSpaceKey(String spaceKey) toString()
-
Constructor Details
-
SpaceEntityUserProperties
public SpaceEntityUserProperties() -
SpaceEntityUserProperties
-
-
Method Details
-
getPermissions
-
setPermissions
-
isFavourite
-
setFavourite
-
getSpaceKey
-
setSpaceKey
-
getEffectiveUser
-
setEffectiveUser
-
getLabels
-
setLabels
-
getLogo
-
setLogo
-
toString
-
equals
-
hashCode
public int hashCode()
-