Class AppsPermissionsRequestRequest

java.lang.Object
com.slack.api.methods.request.apps.permissions.AppsPermissionsRequestRequest
All Implemented Interfaces:
SlackApiRequest

public class AppsPermissionsRequestRequest extends Object implements SlackApiRequest
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token. Requires scope: `none`
      Specified by:
      getToken in interface SlackApiRequest
    • getTriggerId

      public String getTriggerId()
      Token used to trigger the permissions API
    • getScopes

      public List<String> getScopes()
      A comma separated list of scopes to request for
    • setToken

      public void setToken(String token)
      Authentication token. Requires scope: `none`
    • setTriggerId

      public void setTriggerId(String triggerId)
      Token used to trigger the permissions API
    • setScopes

      public void setScopes(List<String> scopes)
      A comma separated list of scopes to request for
    • 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