public class AdminAppsRestrictedListRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminAppsRestrictedListRequest.AdminAppsRestrictedListRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminAppsRestrictedListRequest.AdminAppsRestrictedListRequestBuilder |
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
|
String |
getEnterpriseId()
Org Id.
|
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 |
setEnterpriseId(String enterpriseId)
Org Id.
|
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 AdminAppsRestrictedListRequest.AdminAppsRestrictedListRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getCursor()
public Integer getLimit()
public String getEnterpriseId()
Note: enterprise_id and team_id cannot be used together. Passing enterprise_id will return the list of org-wide approved apps. Passing team_id will return the apps approved for that specific workspace.
public String getTeamId()
Note: enterprise_id and team_id cannot be used together. Passing enterprise_id will return the list of org-wide approved apps. Passing team_id will return the apps approved for that specific workspace.
public void setToken(String token)
public void setCursor(String cursor)
public void setLimit(Integer limit)
public void setEnterpriseId(String enterpriseId)
Note: enterprise_id and team_id cannot be used together. Passing enterprise_id will return the list of org-wide approved apps. Passing team_id will return the apps approved for that specific workspace.
public void setTeamId(String teamId)
Note: enterprise_id and team_id cannot be used together. Passing enterprise_id will return the list of org-wide approved apps. Passing team_id will return the apps approved for that specific workspace.
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.