com.atlassian.confluence.plugins.rest.entities
Class SpaceEntityUserProperties

java.lang.Object
  extended by 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.


Constructor Summary
SpaceEntityUserProperties()
           
SpaceEntityUserProperties(java.lang.String spaceKey)
           
 
Method Summary
 java.lang.String getEffectiveUser()
           
 LabelEntityList getLabels()
           
 com.atlassian.plugins.rest.common.Link getLogo()
           
 SpaceEntityUserPermissions getPermissions()
           
 java.lang.String getSpaceKey()
           
 java.lang.Boolean isFavourite()
           
 void setEffectiveUser(java.lang.String effectiveUser)
           
 void setFavourite(java.lang.Boolean favourite)
           
 void setLabels(LabelEntityList labels)
           
 void setLogo(com.atlassian.plugins.rest.common.Link logo)
           
 void setPermissions(SpaceEntityUserPermissions permissions)
           
 void setSpaceKey(java.lang.String spaceKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceEntityUserProperties

public SpaceEntityUserProperties()

SpaceEntityUserProperties

public SpaceEntityUserProperties(java.lang.String spaceKey)
Method Detail

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-2011 Atlassian. All Rights Reserved.