Class UserGroupIncrementalSyncEventModel
java.lang.Object
com.atlassian.confluence.internal.api.model.incrementalsync.usermanagement.UserManagementInSyncModel
com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserGroupModel
com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.UserGroupIncrementalSyncEventModel
- All Implemented Interfaces:
IncrementalSynchronisationNotAvailable
,IncrementalSyncModel
public class UserGroupIncrementalSyncEventModel
extends UserGroupModel
implements IncrementalSynchronisationNotAvailable
Represents a JSON model for an incremental synchronisation status event.
- Since:
- 9.3.0
-
Field Summary
Fields inherited from class com.atlassian.confluence.internal.api.model.incrementalsync.usermanagement.UserManagementInSyncModel
journalEntryId, operation, type
-
Constructor Summary
ConstructorsConstructorDescriptionUserGroupIncrementalSyncEventModel
(long journalEntryId, long eventId, UserModelType modelType, UserModelOperation operation) -
Method Summary
Methods inherited from class com.atlassian.confluence.internal.api.model.incrementalsync.usermanagement.UserManagementInSyncModel
getJournalEntryId, getOperation, getType
-
Constructor Details
-
UserGroupIncrementalSyncEventModel
public UserGroupIncrementalSyncEventModel(long journalEntryId, long eventId, UserModelType modelType, UserModelOperation operation)
-
-
Method Details
-
toString
-
equals
- Overrides:
equals
in classUserManagementInSyncModel
-
hashCode
public int hashCode()- Overrides:
hashCode
in classUserManagementInSyncModel
-