Class BatchRemoteMessagesResult

  • All Implemented Interfaces:

    
    public final class BatchRemoteMessagesResult
    
                        

    Result of batch-validating remote community channel messages. Splits the requested messages into "matched" and "not matched" lists.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<Message> getMatchedMessages()
      final List<Message> getNotMatchedMessages()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BatchRemoteMessagesResult

        BatchRemoteMessagesResult(List<Message> matchedMessages, List<Message> notMatchedMessages)
        Parameters:
        matchedMessages - successfully matched message list (messages found on the server)
        notMatchedMessages - unmatched message list (messages not found on the server)