public class AdminInviteRequestsDenyRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getInviteRequestId()
ID of the request to deny.
|
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 deny.
|
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 AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder 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.