Class GroupEventModel
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.GroupEventModel
- All Implemented Interfaces:
 IncrementalSyncModel
- 
Field Summary
Fields inherited from class com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
journalEntryId, operation, type - 
Constructor Summary
ConstructorsConstructorDescriptionGroupEventModel(long journalEntryId, String groupName, UserModelType modelType, UserModelOperation operation)  - 
Method Summary
Methods inherited from class com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
getJournalEntryId, getOperation, getType 
- 
Constructor Details
- 
GroupEventModel
public GroupEventModel(long journalEntryId, String groupName, UserModelType modelType, UserModelOperation operation)  
 - 
 - 
Method Details
- 
getGroupName
 - 
equals
- Overrides:
 equalsin classUserManagementInSyncModel
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classUserManagementInSyncModel
 
 -