Class ConversationsListConnectInvitesRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsListConnectInvitesRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/conversations.listConnectInvites
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetCount()Maximum number of invites to return Default: 100Set to next_cursor returned by previous call to list items in subsequent pageEncoded team id for the workspace to retrieve invites for, required if org token is usedgetToken()Authentication token bearing required scopes.inthashCode()voidMaximum number of invites to return Default: 100voidSet to next_cursor returned by previous call to list items in subsequent pagevoidEncoded team id for the workspace to retrieve invites for, required if org token is usedvoidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
public static ConversationsListConnectInvitesRequest.ConversationsListConnectInvitesRequestBuilder builder() -
getToken
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getCount
Maximum number of invites to return Default: 100 -
getCursor
Set to next_cursor returned by previous call to list items in subsequent page -
getTeamId
Encoded team id for the workspace to retrieve invites for, required if org token is used -
setToken
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.- Specified by:
setTokenin interfaceSlackApiRequest
-
setCount
Maximum number of invites to return Default: 100 -
setCursor
Set to next_cursor returned by previous call to list items in subsequent page -
setTeamId
Encoded team id for the workspace to retrieve invites for, required if org token is used -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-