Class AppsEventAuthorizationsListRequest

java.lang.Object
com.slack.api.methods.request.apps.event.authorizations.AppsEventAuthorizationsListRequest
All Implemented Interfaces:
SlackApiRequest

public class AppsEventAuthorizationsListRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/apps.event.authorizations.list
  • Method Details

    • builder

    • getToken

      public String getToken()
      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
    • getEventContext

      public String getEventContext()
      You'll receive an event_context identifying an event in each event payload sent to your app.

      https://docs.slack.dev/apis/events-api

    • getCursor

      public String getCursor()
    • getLimit

      public Integer getLimit()
    • setToken

      public void setToken(String token)
      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
    • setEventContext

      public void setEventContext(String eventContext)
      You'll receive an event_context identifying an event in each event payload sent to your app.

      https://docs.slack.dev/apis/events-api

    • setCursor

      public void setCursor(String cursor)
    • setLimit

      public void setLimit(Integer limit)
    • 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