Class AdminAppsRequestsListRequest
java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsRequestsListRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.apps.requests.list
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanSet cursor to next_cursor returned by the previous call to list items in the next pageEnterprise Grid Organization Id.getLimit()The maximum number of items to return.Workspace Id.getToken()Authentication token bearing required scopes.inthashCode()voidSet cursor to next_cursor returned by the previous call to list items in the next pagevoidsetEnterpriseId(String enterpriseId) Enterprise Grid Organization Id.voidThe maximum number of items to return.voidWorkspace Id.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getCursor
Set cursor to next_cursor returned by the previous call to list items in the next page -
getLimit
The maximum number of items to return. Must be between 1 - 1000 both inclusive. -
getEnterpriseId
Enterprise Grid Organization Id. -
getTeamId
Workspace Id. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setCursor
Set cursor to next_cursor returned by the previous call to list items in the next page -
setLimit
The maximum number of items to return. Must be between 1 - 1000 both inclusive. -
setEnterpriseId
Enterprise Grid Organization Id. -
setTeamId
Workspace Id. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-