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://api.slack.com/methods/apps.event.authorizations.list
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppsEventAuthorizationsListRequest.AppsEventAuthorizationsListRequestBuilder -
Method Summary
Modifier and Type Method Description static AppsEventAuthorizationsListRequest.AppsEventAuthorizationsListRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCursor()StringgetEventContext()You'll receive an event_context identifying an event in each event payload sent to your app.IntegergetLimit()StringgetToken()inthashCode()voidsetCursor(String cursor)voidsetEventContext(String eventContext)You'll receive an event_context identifying an event in each event payload sent to your app.voidsetLimit(Integer limit)voidsetToken(String token)StringtoString()
-
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
-