Class UpdateMessageFlagsForNarrowApiResponse

java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiResponse
com.github.jamesnetherton.zulip.client.api.message.response.UpdateMessageFlagsForNarrowApiResponse

public class UpdateMessageFlagsForNarrowApiResponse extends ZulipApiResponse
Zulip API response class for updating message flags with a narrow.
See Also:
  • Constructor Details

    • UpdateMessageFlagsForNarrowApiResponse

      public UpdateMessageFlagsForNarrowApiResponse()
  • Method Details

    • getFirstProcessedId

      public int getFirstProcessedId()
    • isFoundNewest

      public boolean isFoundNewest()
    • isFoundOldest

      public boolean isFoundOldest()
    • getLastProcessedId

      public int getLastProcessedId()
    • getProcessedCount

      public int getProcessedCount()
    • getUpdatedCount

      public int getUpdatedCount()
    • getIgnoredBecauseNotSubscribedChannels

      public List<Integer> getIgnoredBecauseNotSubscribedChannels()
    • getMessageFlagsUpdateResult

      public MessageFlagsUpdateResult getMessageFlagsUpdateResult()