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