Class ConversationsApproveSharedInviteRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsApproveSharedInviteRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/conversations.approveSharedInvite
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanID of the shared channel invite to approveThe team or enterprise id of the other party involved in the invitation you are approvinggetToken()Authentication token bearing required scopes.inthashCode()voidsetInviteId(String inviteId) ID of the shared channel invite to approvevoidsetTargetTeam(String targetTeam) The team or enterprise id of the other party involved in the invitation you are approvingvoidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
public static ConversationsApproveSharedInviteRequest.ConversationsApproveSharedInviteRequestBuilder 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
-
getInviteId
ID of the shared channel invite to approve -
getTargetTeam
The team or enterprise id of the other party involved in the invitation you are approving -
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
-
setInviteId
ID of the shared channel invite to approve -
setTargetTeam
The team or enterprise id of the other party involved in the invitation you are approving -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-