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 class -
Constructor Summary
ConstructorsConstructorDescriptionSlackGuest(String type, String expiration) Creates a newSlackGuestinstance. -
Method Summary
-
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")
-
-
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") -
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") -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-