Class AdminBarriersListRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.barriers.AdminBarriersListRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class AdminBarriersListRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.barriers.list
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminBarriersListRequest.AdminBarriersListRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminBarriersListRequest.AdminBarriersListRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCursor()Set cursor to next_cursor returned by the previous call to list items in the next page.IntegergetLimit()The maximum number of items to return.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetCursor(String cursor)Set cursor to next_cursor returned by the previous call to list items in the next page.voidsetLimit(Integer limit)The maximum number of items to return.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
-
-
Method Detail
-
builder
public static AdminBarriersListRequest.AdminBarriersListRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getCursor
public String getCursor()
Set cursor to next_cursor returned by the previous call to list items in the next page.
-
getLimit
public Integer getLimit()
The maximum number of items to return. Must be between 1 - 1000 both inclusive. Default: 100
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setCursor
public void setCursor(String cursor)
Set cursor to next_cursor returned by the previous call to list items in the next page.
-
setLimit
public void setLimit(Integer limit)
The maximum number of items to return. Must be between 1 - 1000 both inclusive. Default: 100
-
canEqual
protected boolean canEqual(Object other)
-
-