public class AdminTeamsListRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminTeamsListRequest.AdminTeamsListRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminTeamsListRequest.AdminTeamsListRequestBuilder |
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.
|
Integer |
getLimit()
The maximum number of items to return.
|
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 |
setLimit(Integer limit)
The maximum number of items to return.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminTeamsListRequest.AdminTeamsListRequestBuilder 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.