Class AdminInviteRequestsDenyRequest
java.lang.Object
com.slack.api.methods.request.admin.invite_requests.AdminInviteRequestsDenyRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminInviteRequestsDenyRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.inviteRequests.deny
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetInviteRequestId()ID of the request to deny.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 deny.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 deny. -
getTeamId
ID for the workspace where the invite request was made. -
setToken
Authentication token bearing required scopes. -
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
-