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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
boolean
boolean
Methods inherited from class com.github.jamesnetherton.zulip.client.api.core.ZulipApiResponse
getIgnoredParametersUnsupported, getResponseCode, getResponseMessage, isPartiallyCompleted, isSuccess
-
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
-
getMessageFlagsUpdateResult
-