Class AppsEventAuthorizationsListRequest
java.lang.Object
com.slack.api.methods.request.apps.event.authorizations.AppsEventAuthorizationsListRequest
- All Implemented Interfaces:
SlackApiRequest
https://api.slack.com/methods/apps.event.authorizations.list
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanYou'll receive an event_context identifying an event in each event payload sent to your app.getLimit()getToken()inthashCode()voidvoidsetEventContext(String eventContext) You'll receive an event_context identifying an event in each event payload sent to your app.voidvoidtoString()
-
Method Details
-
builder
public static AppsEventAuthorizationsListRequest.AppsEventAuthorizationsListRequestBuilder builder() -
getToken
- Specified by:
getTokenin interfaceSlackApiRequest
-
getEventContext
You'll receive an event_context identifying an event in each event payload sent to your app.https://api.slack.com/events-api#begin
-
getCursor
-
getLimit
-
setToken
-
setEventContext
You'll receive an event_context identifying an event in each event payload sent to your app.https://api.slack.com/events-api#begin
-
setCursor
-
setLimit
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-