Class GroupsCloseRequest

java.lang.Object
com.slack.api.methods.request.groups.GroupsCloseRequest
All Implemented Interfaces:
SlackApiRequest

@Deprecated public class GroupsCloseRequest extends Object implements SlackApiRequest
Deprecated.
  • Method Details

    • builder

      Deprecated.
    • getToken

      public String getToken()
      Deprecated.
      Description copied from interface: SlackApiRequest
      Returns a token in this request object. If the API endpoint does not require a token (e.g., api.test), this method can return null.
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getChannel

      public String getChannel()
      Deprecated.
    • setToken

      public void setToken(String token)
      Deprecated.
      Description copied from interface: SlackApiRequest
      Updates the token in this request object.

      The default implementation throws UnsupportedOperationException. All the built-in implementing classes overrides this method in a proper way.

      Specified by:
      setToken in interface SlackApiRequest
    • setChannel

      public void setChannel(String channel)
      Deprecated.
    • equals

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

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object