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
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
builder
public static AdminInviteRequestsApproveRequest.AdminInviteRequestsApproveRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getInviteRequestId
public String getInviteRequestId()
ID of the request to invite.
-
getTeamId
public String getTeamId()
ID for the workspace where the invite request was made.
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setInviteRequestId
public void setInviteRequestId(String inviteRequestId)
ID of the request to invite.
-
setTeamId
public void setTeamId(String teamId)
ID for the workspace where the invite request was made.
-
canEqual
protected boolean canEqual(Object other)
-
-