java.lang.Object
com.atlassian.confluence.internal.api.incrementalsync.model.security.SpaceReference
All Implemented Interfaces:
Serializable

public class SpaceReference extends Object implements Serializable
Space reference that represents space in the spaces filter list. Important: it is not guaranteed that space key in the filter list corresponds to the existent space in the database. For such records spaceId would be set to 0 (zero)
Since:
9.2.7
See Also:
  • Constructor Details

    • SpaceReference

      public SpaceReference()
    • SpaceReference

      public SpaceReference(long spaceId, String spaceKey)
  • Method Details

    • getSpaceId

      public long getSpaceId()
    • setSpaceId

      public void setSpaceId(long spaceId)
    • getSpaceKey

      public String getSpaceKey()
    • setSpaceKey

      public void setSpaceKey(String spaceKey)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object