Uses of Class
com.slack.api.scim2.model.User.SlackGuest
Packages that use User.SlackGuest
-
Uses of User.SlackGuest in com.slack.api.scim2.model
Methods in com.slack.api.scim2.model that return User.SlackGuestMethods in com.slack.api.scim2.model with parameters of type User.SlackGuest -
Uses of User.SlackGuest in com.slack.api.scim2.request
Methods in com.slack.api.scim2.request that return User.SlackGuestMethods in com.slack.api.scim2.request with parameters of type User.SlackGuestModifier and TypeMethodDescriptionvoidUsersPatchOperation.setSlackGuestValue(User.SlackGuest slackGuestValue) UsersPatchOperation.UsersPatchOperationBuilder.slackGuestValue(User.SlackGuest slackGuestValue) Constructors in com.slack.api.scim2.request with parameters of type User.SlackGuestModifierConstructorDescriptionUsersPatchOperation(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)