Class SpaceReference
java.lang.Object
com.atlassian.confluence.internal.api.incrementalsync.model.security.SpaceReference
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
int
hashCode()
void
setSpaceId
(long spaceId) void
setSpaceKey
(String spaceKey)
-
Constructor Details
-
SpaceReference
public SpaceReference() -
SpaceReference
-
-
Method Details