Uses of Enum Class
com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.UserModelOperation
Packages that use UserModelOperation
Package
Description
-
Uses of UserModelOperation in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement that return UserModelOperationModifier and TypeMethodDescriptionUserJournalEntryTypes.getJsonModelOperation()
static UserModelOperation
Returns the enum constant of this class with the specified name.static UserModelOperation[]
UserModelOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UserModelOperation in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model
Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model with parameters of type UserModelOperationModifierConstructorDescriptionGroupEventModel
(long journalEntryId, String groupName, UserModelType modelType, UserModelOperation operation) GroupMembershipEventModel
(long journalEntryId, String groupName, UserModelType modelType, UserModelOperation operation, List<String> entityNames, com.atlassian.crowd.model.membership.MembershipType membershipType) UserGroupIncrementalSyncEventModel
(long journalEntryId, long eventId, UserModelType modelType, UserModelOperation operation) UserSpaceImportModel
(long journalEntryId, String spaceKey, UserModelType modelType, UserModelOperation operation)