Uses of Enum
com.slack.api.scim2.model.PatchOperation
Packages that use PatchOperation
-
Uses of PatchOperation in com.slack.api.scim2.model
Methods in com.slack.api.scim2.model that return PatchOperationModifier and TypeMethodDescriptionstatic PatchOperationReturns the enum constant of this type with the specified name.static PatchOperation[]PatchOperation.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PatchOperation in com.slack.api.scim2.request
Methods in com.slack.api.scim2.request that return PatchOperationModifier and TypeMethodDescriptionGroupsPatchOperation.getOp()GroupsPatchOperation.Serializable.getOp()UsersPatchOperation.getOp()UsersPatchOperation.Serializable.getOp()Methods in com.slack.api.scim2.request with parameters of type PatchOperationModifier and TypeMethodDescriptionGroupsPatchOperation.GroupsPatchOperationBuilder.op(PatchOperation op) GroupsPatchOperation.Serializable.SerializableBuilder.op(PatchOperation op) UsersPatchOperation.Serializable.SerializableBuilder.op(PatchOperation op) UsersPatchOperation.UsersPatchOperationBuilder.op(PatchOperation op) voidGroupsPatchOperation.Serializable.setOp(PatchOperation op) voidGroupsPatchOperation.setOp(PatchOperation op) voidUsersPatchOperation.Serializable.setOp(PatchOperation op) voidUsersPatchOperation.setOp(PatchOperation op) Constructors in com.slack.api.scim2.request with parameters of type PatchOperationModifierConstructorDescriptionGroupsPatchOperation(PatchOperation op, String path, List<GroupsPatchOperation.Member> memberValues) UsersPatchOperation(PatchOperation op, String path, String stringValue, User.Email emailValue, List<User.Email> emailValues, User.PhoneNumber phoneNumberValue, List<User.PhoneNumber> phoneNumberValues, User.Photo photoValue, List<User.Photo> photoValues, User.Address addressValue, List<User.Address> addressValues, User.Role roleValue, List<User.Role> roleValues, User.Name nameValue, User.Extension extensionValue, User.SlackGuest slackGuestValue)