Class ConversationsRequestSharedInviteApproveRequest.ConversationsRequestSharedInviteApproveRequestBuilder
java.lang.Object
com.slack.api.methods.request.conversations.request_shared_invite.ConversationsRequestSharedInviteApproveRequest.ConversationsRequestSharedInviteApproveRequestBuilder
- Enclosing class:
- ConversationsRequestSharedInviteApproveRequest
public static class ConversationsRequestSharedInviteApproveRequest.ConversationsRequestSharedInviteApproveRequestBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()ConversationsRequestSharedInviteApproveRequest.ConversationsRequestSharedInviteApproveRequestBuilderOptional channel_id to which external user will be invited to.ConversationsRequestSharedInviteApproveRequest.ConversationsRequestSharedInviteApproveRequestBuilderID of the requested shared channel invite to approve.ConversationsRequestSharedInviteApproveRequest.ConversationsRequestSharedInviteApproveRequestBuilderisExternalLimited(Boolean isExternalLimited) Optional boolean on whether the invited team will have post-only permissions in the channel.ConversationsRequestSharedInviteApproveRequest.ConversationsRequestSharedInviteApproveRequestBuilderObject describing the text to send along with the invite.ConversationsRequestSharedInviteApproveRequest.ConversationsRequestSharedInviteApproveRequestBuildertoString()
-
Method Details
-
token
public ConversationsRequestSharedInviteApproveRequest.ConversationsRequestSharedInviteApproveRequestBuilder token(String token) - Returns:
this.
-
inviteId
public ConversationsRequestSharedInviteApproveRequest.ConversationsRequestSharedInviteApproveRequestBuilder inviteId(String inviteId) ID of the requested shared channel invite to approve.- Returns:
this.
-
channelId
public ConversationsRequestSharedInviteApproveRequest.ConversationsRequestSharedInviteApproveRequestBuilder channelId(String channelId) Optional channel_id to which external user will be invited to. Will override the value on the requested invite.- Returns:
this.
-
isExternalLimited
public ConversationsRequestSharedInviteApproveRequest.ConversationsRequestSharedInviteApproveRequestBuilder isExternalLimited(Boolean isExternalLimited) Optional boolean on whether the invited team will have post-only permissions in the channel. Will override the value on the requested invite.- Returns:
this.
-
build
-
toString
-