Class ConversationsRequestSharedInviteListRequest
java.lang.Object
com.slack.api.methods.request.conversations.request_shared_invite.ConversationsRequestSharedInviteListRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/conversations.requestSharedInvite.list
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic ConversationsRequestSharedInviteListRequest.ConversationsRequestSharedInviteListRequestBuilderbuilder()protected booleanbooleanPaginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata.When true approved invitation requests will be returned, otherwise they will be excludedWhen true denied invitation requests will be returned, otherwise they will be excludedWhen true expired invitation requests will be returned, otherwise they will be excludedAn optional list of invitation ids to look up.getLimit()The number of items to return.getToken()Returns a token in this request object.Optional filter to return invitation requests for the inviting user.inthashCode()voidPaginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata.voidsetIncludeApproved(Boolean includeApproved) When true approved invitation requests will be returned, otherwise they will be excludedvoidsetIncludeDenied(Boolean includeDenied) When true denied invitation requests will be returned, otherwise they will be excludedvoidsetIncludeExpired(Boolean includeExpired) When true expired invitation requests will be returned, otherwise they will be excludedvoidsetInviteIds(List<String> inviteIds) An optional list of invitation ids to look up.voidThe number of items to return.voidUpdates the token in this request object.voidOptional filter to return invitation requests for the inviting user.toString()
-
Method Details
-
builder
public static ConversationsRequestSharedInviteListRequest.ConversationsRequestSharedInviteListRequestBuilder builder() -
getToken
Description copied from interface:SlackApiRequestReturns a token in this request object. If the API endpoint does not require a token (e.g., api.test), this method can return null.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getCursor
Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata. Default value fetches the first "page" of the collection. -
getIncludeApproved
When true approved invitation requests will be returned, otherwise they will be excluded -
getIncludeDenied
When true denied invitation requests will be returned, otherwise they will be excluded -
getIncludeExpired
When true expired invitation requests will be returned, otherwise they will be excluded -
getInviteIds
An optional list of invitation ids to look up. -
getLimit
The number of items to return. Must be between 1 - 1000 (inclusive). Defaults to 200. -
getUserId
Optional filter to return invitation requests for the inviting user. -
setToken
Description copied from interface:SlackApiRequestUpdates the token in this request object.The default implementation throws
UnsupportedOperationException. All the built-in implementing classes overrides this method in a proper way.- Specified by:
setTokenin interfaceSlackApiRequest
-
setCursor
Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata. Default value fetches the first "page" of the collection. -
setIncludeApproved
When true approved invitation requests will be returned, otherwise they will be excluded -
setIncludeDenied
When true denied invitation requests will be returned, otherwise they will be excluded -
setIncludeExpired
When true expired invitation requests will be returned, otherwise they will be excluded -
setInviteIds
An optional list of invitation ids to look up. -
setLimit
The number of items to return. Must be between 1 - 1000 (inclusive). Defaults to 200. -
setUserId
Optional filter to return invitation requests for the inviting user. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-