public class AdminInviteRequestsApprovedListRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminInviteRequestsApprovedListRequest.AdminInviteRequestsApprovedListRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminInviteRequestsApprovedListRequest.AdminInviteRequestsApprovedListRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCursor()
Set cursor to next_cursor returned by the previous call to list items in the next page
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getTeamId()
Workspace Id.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setCursor(String cursor)
Set cursor to next_cursor returned by the previous call to list items in the next page
|
void |
setLimit(Integer limit)
The maximum number of items to return.
|
void |
setTeamId(String teamId)
Workspace Id.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminInviteRequestsApprovedListRequest.AdminInviteRequestsApprovedListRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getCursor()
public Integer getLimit()
public String getTeamId()
public void setToken(String token)
public void setCursor(String cursor)
public void setLimit(Integer limit)
public void setTeamId(String teamId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.