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 Link icon

  • Method Details Link icon

    • getNotRemoved Link icon

      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 Link icon

      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