@Expander(value=SpaceEntityUserPropertiesExpander.class) public class SpaceEntityUserProperties extends Object
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 and Description |
---|
SpaceEntityUserProperties() |
SpaceEntityUserProperties(String spaceKey) |
Modifier and Type | Method and Description |
---|---|
String |
getEffectiveUser() |
LabelEntityList |
getLabels() |
com.atlassian.plugins.rest.common.Link |
getLogo() |
SpaceEntityUserPermissions |
getPermissions() |
String |
getSpaceKey() |
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) |
public SpaceEntityUserProperties()
public SpaceEntityUserProperties(String spaceKey)
public SpaceEntityUserPermissions getPermissions()
public void setPermissions(SpaceEntityUserPermissions permissions)
public Boolean isFavourite()
public void setFavourite(Boolean favourite)
public String getSpaceKey()
public void setSpaceKey(String spaceKey)
public String getEffectiveUser()
public void setEffectiveUser(String effectiveUser)
public LabelEntityList getLabels()
public void setLabels(LabelEntityList labels)
public com.atlassian.plugins.rest.common.Link getLogo()
public void setLogo(com.atlassian.plugins.rest.common.Link logo)
Copyright © 2003–2021 Atlassian. All rights reserved.