@Deprecated public class ChannelsListRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelsListRequest.ChannelsListRequestBuilder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelsListRequest.ChannelsListRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getCursor()
Deprecated.
Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute
returned by a previous request's `response_metadata`.
|
Integer |
getLimit()
Deprecated.
The maximum number of items to return.
|
String |
getToken()
Deprecated.
Authentication token.
|
int |
hashCode()
Deprecated.
|
boolean |
isExcludeArchived()
Deprecated.
Exclude archived channels from the list
|
boolean |
isExcludeMembers()
Deprecated.
Exclude the `members` collection from each `channel`
|
void |
setCursor(String cursor)
Deprecated.
Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute
returned by a previous request's `response_metadata`.
|
void |
setExcludeArchived(boolean excludeArchived)
Deprecated.
Exclude archived channels from the list
|
void |
setExcludeMembers(boolean excludeMembers)
Deprecated.
Exclude the `members` collection from each `channel`
|
void |
setLimit(Integer limit)
Deprecated.
The maximum number of items to return.
|
void |
setToken(String token)
Deprecated.
Authentication token.
|
String |
toString()
Deprecated.
|
public static ChannelsListRequest.ChannelsListRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic boolean isExcludeMembers()
public String getCursor()
public Integer getLimit()
public boolean isExcludeArchived()
public void setToken(String token)
public void setExcludeMembers(boolean excludeMembers)
public void setCursor(String cursor)
public void setLimit(Integer limit)
public void setExcludeArchived(boolean excludeArchived)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.