Class ConversationsApproveSharedInviteRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsApproveSharedInviteRequest
- All Implemented Interfaces:
SlackApiRequest
public class ConversationsApproveSharedInviteRequest extends java.lang.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(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetInviteId()ID of the shared channel invite to approvejava.lang.StringgetTargetTeam()The team or enterprise id of the other party involved in the invitation you are approvingjava.lang.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetInviteId(java.lang.String inviteId)ID of the shared channel invite to approvevoidsetTargetTeam(java.lang.String targetTeam)The team or enterprise id of the other party involved in the invitation you are approvingvoidsetToken(java.lang.String token)Authentication token bearing required scopes.java.lang.StringtoString()
-
Method Details
-
builder
public static ConversationsApproveSharedInviteRequest.ConversationsApproveSharedInviteRequestBuilder builder() -
getToken
public java.lang.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 java.lang.String getInviteId()ID of the shared channel invite to approve -
getTargetTeam
public java.lang.String getTargetTeam()The team or enterprise id of the other party involved in the invitation you are approving -
setToken
public void setToken(java.lang.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(java.lang.String inviteId)ID of the shared channel invite to approve -
setTargetTeam
public void setTargetTeam(java.lang.String targetTeam)The team or enterprise id of the other party involved in the invitation you are approving -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-