Class UserEventModel
java.lang.Object
com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserGroupModel
com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model.UserEventModel
- All Implemented Interfaces:
IncrementalSyncModel
- Since:
- 9.3.0
-
Field Summary
Fields inherited from class com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
journalEntryId, operation, type
-
Constructor Summary
ConstructorsConstructorDescriptionUserEventModel
(long journalEntryId, String type, String operation, Person user) -
Method Summary
Methods inherited from class com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
getJournalEntryId, getOperation, getType
-
Constructor Details
-
UserEventModel
-
-
Method Details
-
getUser
-
equals
- Overrides:
equals
in classUserManagementInSyncModel
-
hashCode
public int hashCode()- Overrides:
hashCode
in classUserManagementInSyncModel
-