Class AdminInviteRequestsDenyRequest
java.lang.Object
com.slack.api.methods.request.admin.invite_requests.AdminInviteRequestsDenyRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.inviteRequests.deny
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanID of the request to deny.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 deny.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- Returns:
- token string value or null
-
getInviteRequestId
ID of the request to deny. -
getTeamId
ID for the workspace where the invite request was made. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setInviteRequestId
ID of the request to deny. -
setTeamId
ID for the workspace where the invite request was made. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-