Class ConversationsApproveSharedInviteRequest.ConversationsApproveSharedInviteRequestBuilder
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsApproveSharedInviteRequest.ConversationsApproveSharedInviteRequestBuilder
- Enclosing class:
- ConversationsApproveSharedInviteRequest
public static class ConversationsApproveSharedInviteRequest.ConversationsApproveSharedInviteRequestBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()ID of the shared channel invite to approvetargetTeam(String targetTeam) The team or enterprise id of the other party involved in the invitation you are approvingAuthentication token bearing required scopes.toString()
-
Method Details
-
token
public ConversationsApproveSharedInviteRequest.ConversationsApproveSharedInviteRequestBuilder token(String token) Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.- Returns:
this.
-
inviteId
public ConversationsApproveSharedInviteRequest.ConversationsApproveSharedInviteRequestBuilder inviteId(String inviteId) ID of the shared channel invite to approve- Returns:
this.
-
targetTeam
public ConversationsApproveSharedInviteRequest.ConversationsApproveSharedInviteRequestBuilder targetTeam(String targetTeam) The team or enterprise id of the other party involved in the invitation you are approving- Returns:
this.
-
build
-
toString
-