Class SearchChannelResult

  • All Implemented Interfaces:

    
    public final class SearchChannelResult
    
                        

    Channel search result.

    represents a Search match channel and its matching message count. internal Corresponds to SearchConversationResult.

    • 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 BaseChannel getChannel()
      final Integer getMatchCount()
      • Methods inherited from class java.lang.Object

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

      • SearchChannelResult

        SearchChannelResult(BaseChannel channel, Integer matchCount)
        Parameters:
        channel - match channel
        matchCount - This channel match message Count