Class AdminInviteRequestsApproveRequest
java.lang.Object
com.slack.api.methods.request.admin.invite_requests.AdminInviteRequestsApproveRequest
- All Implemented Interfaces:
SlackApiRequest
https://api.slack.com/methods/admin.inviteRequests.approve
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanID of the request to invite.ID for the workspace where the invite request was made.getToken()Authentication token bearing required scopes.inthashCode()voidsetInviteRequestId(String inviteRequestId) ID of the request to invite.voidID for the workspace where the invite request was made.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getInviteRequestId
ID of the request to invite. -
getTeamId
ID for the workspace where the invite request was made. -
setToken
Authentication token bearing required scopes. -
setInviteRequestId
ID of the request to invite. -
setTeamId
ID for the workspace where the invite request was made. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-