public class AdminInviteRequestsApproveRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminInviteRequestsApproveRequest.AdminInviteRequestsApproveRequestBuilder |
| Modifier and Type | Method and 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() |
public static AdminInviteRequestsApproveRequest.AdminInviteRequestsApproveRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getInviteRequestId()
public String getTeamId()
public void setToken(String token)
public void setInviteRequestId(String inviteRequestId)
public void setTeamId(String teamId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.