com.atlassian.confluence.plugins.rest.entities
Class SpaceEntityUserProperties
java.lang.Object
com.atlassian.confluence.plugins.rest.entities.SpaceEntityUserProperties
@Expander(value=SpaceEntityUserPropertiesExpander.class)
public class SpaceEntityUserProperties
- extends java.lang.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpaceEntityUserProperties
public SpaceEntityUserProperties()
SpaceEntityUserProperties
public SpaceEntityUserProperties(java.lang.String spaceKey)
getPermissions
public SpaceEntityUserPermissions getPermissions()
setPermissions
public void setPermissions(SpaceEntityUserPermissions permissions)
isFavourite
public java.lang.Boolean isFavourite()
setFavourite
public void setFavourite(java.lang.Boolean favourite)
getSpaceKey
public java.lang.String getSpaceKey()
setSpaceKey
public void setSpaceKey(java.lang.String spaceKey)
getEffectiveUser
public java.lang.String getEffectiveUser()
setEffectiveUser
public void setEffectiveUser(java.lang.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)
Copyright © 2003-2013 Atlassian. All Rights Reserved.