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 class
AdminInviteRequestsApproveRequest.AdminInviteRequestsApproveRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminInviteRequestsApproveRequest.AdminInviteRequestsApproveRequestBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getInviteRequestId()
ID of the request to invite.String
getTeamId()
ID for the workspace where the invite request was made.String
getToken()
Authentication token bearing required scopes.int
hashCode()
void
setInviteRequestId(String inviteRequestId)
ID of the request to invite.void
setTeamId(String teamId)
ID for the workspace where the invite request was made.void
setToken(String token)
Authentication token bearing required scopes.String
toString()
-
-
-
Method Detail
-
builder
public static AdminInviteRequestsApproveRequest.AdminInviteRequestsApproveRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
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.- Specified by:
setToken
in interfaceSlackApiRequest
-
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)
-
-