Class SpacePermissionModel
java.lang.Object
com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.BaseContentModel
com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model.SpacePermissionModel
- All Implemented Interfaces:
IncrementalSyncModel
Model for space permission changes.
- Since:
- 9.4.0
-
Field Summary
Fields inherited from class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
journalEntryId, operation, type
-
Constructor Summary
ConstructorsConstructorDescriptionSpacePermissionModel
(long journalEntryId, String type, String operation, SpacePermission permission) -
Method Summary
Methods inherited from class com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
getJournalEntryId, getOperation, getType
-
Constructor Details
-
SpacePermissionModel
public SpacePermissionModel(long journalEntryId, String type, String operation, SpacePermission permission)
-
-
Method Details
-
getPermission
-
toString
-
equals
- Overrides:
equals
in classContentManagementIncSyncModel
-
hashCode
public int hashCode()- Overrides:
hashCode
in classContentManagementIncSyncModel
-