Class ChannelsListRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsListRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class ChannelsListRequest extends java.lang.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(java.lang.Object other)Deprecated.booleanequals(java.lang.Object o)Deprecated.java.lang.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`.java.lang.IntegergetLimit()Deprecated.The maximum number of items to return.java.lang.StringgetTeamId()Deprecated.Required for org-wide apps.java.lang.StringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.booleanisExcludeArchived()Deprecated.Exclude archived channels from the listbooleanisExcludeMembers()Deprecated.Exclude the `members` collection from each `channel`voidsetCursor(java.lang.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(java.lang.Integer limit)Deprecated.The maximum number of items to return.voidsetTeamId(java.lang.String teamId)Deprecated.Required for org-wide apps.voidsetToken(java.lang.String token)Deprecated.Authentication token.java.lang.StringtoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
public java.lang.String 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
public java.lang.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`. Default value fetches the first \"page\" of the collection. See [pagination](/docs/pagination) for more detail. -
getLimit
public java.lang.Integer 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
public java.lang.String getTeamId()Deprecated.Required for org-wide apps. -
setToken
public void setToken(java.lang.String token)Deprecated.Authentication token. Requires scope: `channels:read` -
setExcludeMembers
public void setExcludeMembers(boolean excludeMembers)Deprecated.Exclude the `members` collection from each `channel` -
setCursor
public void setCursor(java.lang.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`. Default value fetches the first \"page\" of the collection. See [pagination](/docs/pagination) for more detail. -
setLimit
public void setLimit(java.lang.Integer limit)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
public void setTeamId(java.lang.String teamId)Deprecated.Required for org-wide apps. -
equals
public boolean equals(java.lang.Object o)Deprecated.- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)Deprecated. -
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()Deprecated.- Overrides:
toStringin classjava.lang.Object
-