Class ReadReceiptUsersResult

  • All Implemented Interfaces:

    
    public final class ReadReceiptUsersResult
    
                        

    Read receipt user List Query Result.

    Contains Pagination Token, Total count and user List.

    • 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 String getPageToken() Pagination Token, Used for Query next page.
      final Integer getTotalCount() Total count
      final List<ReadReceiptUser> getUsers() user List
      • Methods inherited from class java.lang.Object

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

      • ReadReceiptUsersResult

        ReadReceiptUsersResult()