Uses of Class
com.slack.api.scim2.request.UsersPatchOperation.UsersPatchOperationBuilder
Packages that use UsersPatchOperation.UsersPatchOperationBuilder
-
Uses of UsersPatchOperation.UsersPatchOperationBuilder in com.slack.api.scim2.request
Methods in com.slack.api.scim2.request that return UsersPatchOperation.UsersPatchOperationBuilderModifier and TypeMethodDescriptionUsersPatchOperation.UsersPatchOperationBuilder.addressValue(User.Address addressValue) UsersPatchOperation.UsersPatchOperationBuilder.addressValues(List<User.Address> addressValues) UsersPatchOperation.builder()UsersPatchOperation.UsersPatchOperationBuilder.emailValue(User.Email emailValue) UsersPatchOperation.UsersPatchOperationBuilder.emailValues(List<User.Email> emailValues) UsersPatchOperation.UsersPatchOperationBuilder.extensionValue(User.Extension extensionValue) UsersPatchOperation.UsersPatchOperationBuilder.op(PatchOperation op) UsersPatchOperation.UsersPatchOperationBuilder.phoneNumberValue(User.PhoneNumber phoneNumberValue) UsersPatchOperation.UsersPatchOperationBuilder.phoneNumberValues(List<User.PhoneNumber> phoneNumberValues) UsersPatchOperation.UsersPatchOperationBuilder.photoValue(User.Photo photoValue) UsersPatchOperation.UsersPatchOperationBuilder.photoValues(List<User.Photo> photoValues) UsersPatchOperation.UsersPatchOperationBuilder.roleValues(List<User.Role> roleValues) UsersPatchOperation.UsersPatchOperationBuilder.slackGuestValue(User.SlackGuest slackGuestValue) UsersPatchOperation.UsersPatchOperationBuilder.stringValue(String stringValue)