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.withIncludeAllActive
(boolean includeAllActive) Sets whether to include active streams.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.