Uses of Class
com.slack.api.scim.model.User.SlackGuest.Channel
Packages that use User.SlackGuest.Channel
-
Uses of User.SlackGuest.Channel in com.slack.api.scim.model
Methods in com.slack.api.scim.model that return User.SlackGuest.ChannelMethods in com.slack.api.scim.model that return types with arguments of type User.SlackGuest.ChannelMethod parameters in com.slack.api.scim.model with type arguments of type User.SlackGuest.ChannelModifier and TypeMethodDescriptionUser.SlackGuest.SlackGuestBuilder.channels(List<User.SlackGuest.Channel> channels) voidUser.SlackGuest.setChannels(List<User.SlackGuest.Channel> channels) Constructor parameters in com.slack.api.scim.model with type arguments of type User.SlackGuest.ChannelModifierConstructorDescriptionSlackGuest(String type, String expiration, List<User.SlackGuest.Channel> channels) Creates a newSlackGuestinstance.