Class User.SlackGuest

java.lang.Object
com.slack.api.scim.model.User.SlackGuest
Enclosing class:
User

public static class User.SlackGuest extends Object
  • Constructor Details

    • SlackGuest

      public SlackGuest()
    • SlackGuest

      public SlackGuest(String type, String expiration, List<User.SlackGuest.Channel> channels)
      Creates a new SlackGuest instance.
      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

      public static User.SlackGuest.SlackGuestBuilder builder()
    • getType

      public String getType()
      This value is mandatory. possible values: "multi"
    • getExpiration

      public String getExpiration()
      This value is optional. possible values: ISO 8601 date time string (e.g., "2020-11-30T23:59:59Z")
    • getChannels

      public List<User.SlackGuest.Channel> getChannels()
    • setType

      public void setType(String type)
      This value is mandatory. possible values: "multi"
    • setExpiration

      public void setExpiration(String expiration)
      This value is optional. possible values: ISO 8601 date time string (e.g., "2020-11-30T23:59:59Z")
    • setChannels

      public void setChannels(List<User.SlackGuest.Channel> channels)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object