Class 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 Detail

      • SpaceEntityUserProperties

        public SpaceEntityUserProperties()
      • SpaceEntityUserProperties

        public SpaceEntityUserProperties​(String spaceKey)
    • Method Detail

      • 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)
      • getLogo

        public com.atlassian.plugins.rest.common.Link getLogo()
      • setLogo

        public void setLogo​(com.atlassian.plugins.rest.common.Link logo)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object