Class ConversationsApproveSharedInviteRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsApproveSharedInviteRequest
- All Implemented Interfaces:
SlackApiRequest
public class ConversationsApproveSharedInviteRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConversationsApproveSharedInviteRequest.ConversationsApproveSharedInviteRequestBuilder -
Method Summary
Modifier and Type Method Description static ConversationsApproveSharedInviteRequest.ConversationsApproveSharedInviteRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetInviteId()ID of the shared channel invite to approveStringgetTargetTeam()The team or enterprise id of the other party involved in the invitation you are approvingStringgetToken()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 approvingvoidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
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
-
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. -
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
-