Class AppsPermissionsResourcesListRequest
java.lang.Object
com.slack.api.methods.request.apps.permissions.resources.AppsPermissionsResourcesListRequest
- All Implemented Interfaces:
SlackApiRequest
public class AppsPermissionsResourcesListRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppsPermissionsResourcesListRequest.AppsPermissionsResourcesListRequestBuilder -
Method Summary
Modifier and Type Method Description static AppsPermissionsResourcesListRequest.AppsPermissionsResourcesListRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCursor()Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata.IntegergetLimit()The maximum number of items to return.StringgetToken()inthashCode()voidsetCursor(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.voidsetLimit(Integer limit)The maximum number of items to return.voidsetToken(String token)StringtoString()
-
Method Details
-
builder
public static AppsPermissionsResourcesListRequest.AppsPermissionsResourcesListRequestBuilder builder() -
getToken
- Specified by:
getTokenin interfaceSlackApiRequest
-
getCursor
Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata. Default value fetches the first "page" of the collection. See pagination for more detail. -
getLimit
The maximum number of items to return. -
setToken
-
setCursor
Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata. Default value fetches the first "page" of the collection. See pagination for more detail. -
setLimit
The maximum number of items to return. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-