Class ChannelsListRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsListRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class ChannelsListRequest extends Object implements SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelsListRequest.ChannelsListRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static ChannelsListRequest.ChannelsListRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetCursor()Deprecated.Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`.IntegergetLimit()Deprecated.The maximum number of items to return.StringgetTeamId()Deprecated.Required for org-wide apps.StringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.booleanisExcludeArchived()Deprecated.Exclude archived channels from the listbooleanisExcludeMembers()Deprecated.Exclude the `members` collection from each `channel`voidsetCursor(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`.voidsetExcludeArchived(boolean excludeArchived)Deprecated.Exclude archived channels from the listvoidsetExcludeMembers(boolean excludeMembers)Deprecated.Exclude the `members` collection from each `channel`voidsetLimit(Integer limit)Deprecated.The maximum number of items to return.voidsetTeamId(String teamId)Deprecated.Required for org-wide apps.voidsetToken(String token)Deprecated.Authentication token.StringtoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `channels:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
isExcludeMembers
public boolean isExcludeMembers()Deprecated.Exclude the `members` collection from each `channel` -
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`. Default value fetches the first \"page\" of the collection. See [pagination](/docs/pagination) for more detail. -
getLimit
Deprecated.The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached. -
isExcludeArchived
public boolean isExcludeArchived()Deprecated.Exclude archived channels from the list -
getTeamId
Deprecated.Required for org-wide apps. -
setToken
Deprecated.Authentication token. Requires scope: `channels:read` -
setExcludeMembers
public void setExcludeMembers(boolean excludeMembers)Deprecated.Exclude the `members` collection from each `channel` -
setCursor
Deprecated.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](/docs/pagination) for more detail. -
setLimit
Deprecated.The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached. -
setExcludeArchived
public void setExcludeArchived(boolean excludeArchived)Deprecated.Exclude archived channels from the list -
setTeamId
Deprecated.Required for org-wide apps. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-