public class AppsPermissionsResourcesListRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AppsPermissionsResourcesListRequest.AppsPermissionsResourcesListRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AppsPermissionsResourcesListRequest.AppsPermissionsResourcesListRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCursor()
Paginate through collections of data by setting the cursor parameter to
a next_cursor attribute returned by a previous request's response_metadata.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getToken() |
int |
hashCode() |
void |
setCursor(String cursor)
Paginate through collections of data by setting the cursor parameter to
a next_cursor attribute returned by a previous request's response_metadata.
|
void |
setLimit(Integer limit)
The maximum number of items to return.
|
void |
setToken(String token) |
String |
toString() |
public static AppsPermissionsResourcesListRequest.AppsPermissionsResourcesListRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getCursor()
public Integer getLimit()
public void setToken(String token)
public void setCursor(String cursor)
public void setLimit(Integer limit)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.