Uses of Class
com.github.jamesnetherton.zulip.client.api.stream.request.GetStreamsApiRequest
Packages that use GetStreamsApiRequest
Package
Description
-
Uses of GetStreamsApiRequest in com.github.jamesnetherton.zulip.client.api.stream
Methods in com.github.jamesnetherton.zulip.client.api.stream that return GetStreamsApiRequestModifier and TypeMethodDescriptionStreamService.getAll()
Gets all streams that the user has access to. -
Uses of GetStreamsApiRequest in com.github.jamesnetherton.zulip.client.api.stream.request
Methods in com.github.jamesnetherton.zulip.client.api.stream.request that return GetStreamsApiRequestModifier and TypeMethodDescriptionGetStreamsApiRequest.withExcludeArchived
(boolean excludeArchived) Sets whether to exclude archived streams from the results.GetStreamsApiRequest.withIcludeCanAccessContent
(boolean includeCanAccessContent) Sets whether to include all the channels that the user has content access to.GetStreamsApiRequest.withIncludeAll
(boolean includeAll) Sets whether to include all channels that the user has metadata access to.GetStreamsApiRequest.withIncludeAllActive
(boolean includeAllActive) Deprecated, for removal: This API element is subject to removal in a future version.GetStreamsApiRequest.withIncludeDefault
(boolean includeDefault) Sets whether to include default streams.GetStreamsApiRequest.withIncludePublic
(boolean includePublic) Sets whether to include public streams.GetStreamsApiRequest.withIncludeSubscribed
(boolean includeSubscribed) Sets whether to include all streams that the user is subscribed to.GetStreamsApiRequest.withIncludeWebPublic
(boolean includeWebPublic) Sets whether to include web public streams.GetStreamsApiRequest.withOwnerSubscribed
(boolean ownerSubscribed) If the user is a bot user, this sets whether to include streams that the owner user is subscribed to.
withIncludeAll(boolean)