Class StreamSubscriptionResult
java.lang.Object
com.github.jamesnetherton.zulip.client.api.stream.StreamSubscriptionResult
Defines a Zulip stream subscription result.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
getSubscribedGets the streams that were subscribed to.- Returns:
- Map of user ids and streams that they were subscribed to
 
- 
getAlreadySubscribedGets the streams that were already subscribed to.- Returns:
- Map of user ids and streams that they were already subscribed to
 
- 
getUnauthorizedGets 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
 
 
-