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
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
builder
public static AppsEventAuthorizationsListRequest.AppsEventAuthorizationsListRequestBuilder builder()
-
getToken
public String getToken()
- Specified by:
getTokenin interfaceSlackApiRequest
-
getEventContext
public String 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
public String getCursor()
-
getLimit
public Integer getLimit()
-
setToken
public void setToken(String token)
-
setEventContext
public void setEventContext(String eventContext)
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
public void setCursor(String cursor)
-
setLimit
public void setLimit(Integer limit)
-
canEqual
protected boolean canEqual(Object other)
-
-