Class StreamSubscriptionResult
java.lang.Object
com.github.jamesnetherton.zulip.client.api.stream.StreamSubscriptionResult
Defines a Zulip stream subscription result.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the streams that were already subscribed to.Gets the streams that were subscribed to.Gets the streams that users were not authorized to subscribe to.
-
Constructor Details
-
StreamSubscriptionResult
-
-
Method Details
-
getSubscribed
Gets the streams that were subscribed to.- Returns:
- Map of user ids and streams that they were subscribed to
-
getAlreadySubscribed
Gets the streams that were already subscribed to.- Returns:
- Map of user ids and streams that they were already subscribed to
-
getUnauthorized
Gets the streams that users were not authorized to subscribe to.- Returns:
- Map of user ids and streams that they were not authorized to subscribe to
-