Package com.slack.api.scim.model
Class User.SlackGuest
java.lang.Object
com.slack.api.scim.model.User.SlackGuest
- Enclosing class:
- User
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionSlackGuest(String type, String expiration, List<User.SlackGuest.Channel> channels) Creates a newSlackGuestinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThis value is optional.getType()This value is mandatory.inthashCode()voidsetChannels(List<User.SlackGuest.Channel> channels) voidsetExpiration(String expiration) This value is optional.voidThis value is mandatory.toString()
-
Constructor Details
-
SlackGuest
public SlackGuest() -
SlackGuest
Creates a newSlackGuestinstance.- Parameters:
type- This value is mandatory. possible values: "multi"expiration- This value is optional. possible values: ISO 8601 date time string (e.g., "2020-11-30T23:59:59Z")channels-
-
-
Method Details
-
builder
-
getType
This value is mandatory. possible values: "multi" -
getExpiration
This value is optional. possible values: ISO 8601 date time string (e.g., "2020-11-30T23:59:59Z") -
getChannels
-
setType
This value is mandatory. possible values: "multi" -
setExpiration
This value is optional. possible values: ISO 8601 date time string (e.g., "2020-11-30T23:59:59Z") -
setChannels
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-