Class StreamUnsubscribeResult

java.lang.Object
com.github.jamesnetherton.zulip.client.api.stream.StreamUnsubscribeResult

public class StreamUnsubscribeResult extends Object
Defines a Zulip stream unsubscribe result.
  • Constructor Details

  • Method Details

    • getNotRemoved

      public List<String> 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

      public List<String> getRemoved()
      Gets the stream names that the user was unsubscribed from.
      Returns:
      List of stream names that the user was unsubcribed from