Class UpdateMessageFlagsForNarrowApiResponse
java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiResponse
com.github.jamesnetherton.zulip.client.api.message.response.UpdateMessageFlagsForNarrowApiResponse
Zulip API response class for updating message flags with a narrow.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintintintbooleanbooleanMethods inherited from class com.github.jamesnetherton.zulip.client.api.core.ZulipApiResponsegetIgnoredParametersUnsupported, getResponseCode, getResponseMessage, isPartiallyCompleted, isSuccess
- 
Constructor Details- 
UpdateMessageFlagsForNarrowApiResponsepublic UpdateMessageFlagsForNarrowApiResponse()
 
- 
- 
Method Details- 
getFirstProcessedIdpublic int getFirstProcessedId()
- 
isFoundNewestpublic boolean isFoundNewest()
- 
isFoundOldestpublic boolean isFoundOldest()
- 
getLastProcessedIdpublic int getLastProcessedId()
- 
getProcessedCountpublic int getProcessedCount()
- 
getUpdatedCountpublic int getUpdatedCount()
- 
getIgnoredBecauseNotSubscribedChannels
- 
getMessageFlagsUpdateResult
 
-