Class AdminInviteRequestsApprovedListRequest
java.lang.Object
com.slack.api.methods.request.admin.invite_requests.AdminInviteRequestsApprovedListRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.inviteRequests.approved.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 pagegetLimit()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 pagevoidThe maximum number of items to return.voidWorkspace Id.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
public static AdminInviteRequestsApprovedListRequest.AdminInviteRequestsApprovedListRequestBuilder 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. -
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. -
setTeamId
Workspace Id. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-