Class AppsEventAuthorizationsListRequest
java.lang.Object
com.slack.api.methods.request.apps.event.authorizations.AppsEventAuthorizationsListRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/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()Returns a token in this request object.inthashCode()voidvoidsetEventContext(String eventContext) You'll receive an event_context identifying an event in each event payload sent to your app.voidvoidUpdates the token in this request object.toString()
-
Method Details
-
builder
public static AppsEventAuthorizationsListRequest.AppsEventAuthorizationsListRequestBuilder builder() -
getToken
Description copied from interface:SlackApiRequestReturns 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:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
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
-
getLimit
-
setToken
Description copied from interface:SlackApiRequestUpdates 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:
setTokenin interfaceSlackApiRequest
-
setEventContext
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
-
setLimit
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-