Class SlackListChannelsParams.QueryOptions
-
- All Implemented Interfaces:
public final class SlackListChannelsParams.QueryOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSlackListChannelsParams.QueryOptions.BuilderA builder for QueryOptions.
-
Method Summary
Modifier and Type Method Description final Optional<String>cursor()Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata. final Optional<Boolean>excludeArchived()Set to true to exclude archived channels from the list. final Optional<Long>limit()The maximum number of channels to return. final Optional<String>teamId()Encoded team ID (T1234) to list channels in, required if org token is used. final Optional<String>types()Mix and match channel types by providing a comma-separated list of any combination of public_channel, private_channel, mpim, im. final QueryParams_additionalProperties()final SlackListChannelsParams.QueryOptions.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SlackListChannelsParams.QueryOptions.Builderbuilder()Returns a mutable builder for constructing an instance of QueryOptions. -
-
Method Detail
-
cursor
final Optional<String> cursor()
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.
-
excludeArchived
final Optional<Boolean> excludeArchived()
Set to true to exclude archived channels from the list.
-
teamId
final Optional<String> teamId()
Encoded team ID (T1234) to list channels in, required if org token is used.
-
types
final Optional<String> types()
Mix and match channel types by providing a comma-separated list of any combination of public_channel, private_channel, mpim, im.
-
_additionalProperties
final QueryParams _additionalProperties()
-
toBuilder
final SlackListChannelsParams.QueryOptions.Builder toBuilder()
-
builder
final static SlackListChannelsParams.QueryOptions.Builder builder()
Returns a mutable builder for constructing an instance of QueryOptions.
-
-
-
-