Class StreamUnsubscribeResult
java.lang.Object
com.github.jamesnetherton.zulip.client.api.stream.StreamUnsubscribeResult
Defines a Zulip stream unsubscribe result.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the stream names that the user was not unsubscribed from.Gets the stream names that the user was unsubscribed from.
-
Constructor Details
-
StreamUnsubscribeResult
-
-
Method Details
-
getNotRemoved
Gets the stream names that the user was not unsubscribed from.- Returns:
- List of stream names that the user was not unsubcribed from
-
getRemoved
Gets the stream names that the user was unsubscribed from.- Returns:
- List of stream names that the user was unsubcribed from
-