Class GlobalPermissionManagementIncSyncModel
java.lang.Object
com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement.GlobalPermissionManagementIncSyncModel
- All Implemented Interfaces:
IncrementalSyncModel
Model used by all global permission incremental sync events
- Since:
- 9.3.0
-
Constructor Summary
ConstructorsConstructorDescriptionGlobalPermissionManagementIncSyncModel
(long journalEntryId, String type, String operation, GlobalPermission permission) -
Method Summary
-
Constructor Details
-
GlobalPermissionManagementIncSyncModel
public GlobalPermissionManagementIncSyncModel(long journalEntryId, String type, String operation, GlobalPermission permission)
-
-
Method Details
-
getType
-
getOperation
-
getJournalEntryId
public long getJournalEntryId()- Specified by:
getJournalEntryId
in interfaceIncrementalSyncModel
-
getPermission
-
equals
-
hashCode
public int hashCode()
-