public class AdminEmojiListRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
AdminEmojiListRequest.AdminEmojiListRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static AdminEmojiListRequest.AdminEmojiListRequestBuilder |
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 AdminEmojiListRequest.AdminEmojiListRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public 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.