Uses of Class
com.slack.api.scim2.model.User.Email
Packages that use User.Email
-
Uses of User.Email in com.slack.api.scim2.model
Methods in com.slack.api.scim2.model that return User.EmailMethods in com.slack.api.scim2.model that return types with arguments of type User.EmailMethod parameters in com.slack.api.scim2.model with type arguments of type User.Email -
Uses of User.Email in com.slack.api.scim2.request
Methods in com.slack.api.scim2.request that return User.EmailMethods in com.slack.api.scim2.request that return types with arguments of type User.EmailMethods in com.slack.api.scim2.request with parameters of type User.EmailModifier and TypeMethodDescriptionUsersPatchOperation.UsersPatchOperationBuilder.emailValue(User.Email emailValue) voidUsersPatchOperation.setEmailValue(User.Email emailValue) Method parameters in com.slack.api.scim2.request with type arguments of type User.EmailModifier and TypeMethodDescriptionUsersPatchOperation.UsersPatchOperationBuilder.emailValues(List<User.Email> emailValues) voidUsersPatchOperation.setEmailValues(List<User.Email> emailValues) Constructors in com.slack.api.scim2.request with parameters of type User.EmailModifierConstructorDescriptionUsersPatchOperation(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) Constructor parameters in com.slack.api.scim2.request with type arguments of type User.EmailModifierConstructorDescriptionUsersPatchOperation(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)