Class AdminInviteRequestsApproveRequest
java.lang.Object
com.slack.api.methods.request.admin.invite_requests.AdminInviteRequestsApproveRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminInviteRequestsApproveRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.inviteRequests.approve
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminInviteRequestsApproveRequest.AdminInviteRequestsApproveRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminInviteRequestsApproveRequest.AdminInviteRequestsApproveRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetInviteRequestId()ID of the request to invite.StringgetTeamId()ID for the workspace where the invite request was made.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetInviteRequestId(String inviteRequestId)ID of the request to invite.voidsetTeamId(String teamId)ID for the workspace where the invite request was made.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
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
-