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
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
builder
public static ConversationsApproveSharedInviteRequest.ConversationsApproveSharedInviteRequestBuilder builder()
-
getToken
public String 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
public String getInviteId()
ID of the shared channel invite to approve
-
getTargetTeam
public String getTargetTeam()
The team or enterprise id of the other party involved in the invitation you are approving
-
setToken
public void setToken(String token)
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.
-
setInviteId
public void setInviteId(String inviteId)
ID of the shared channel invite to approve
-
setTargetTeam
public void setTargetTeam(String targetTeam)
The team or enterprise id of the other party involved in the invitation you are approving
-
canEqual
protected boolean canEqual(Object other)
-
-