Interface CodexDataFullNotifyOuterClass.CodexDataFullNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CodexDataFullNotifyOuterClass.CodexDataFullNotify, CodexDataFullNotifyOuterClass.CodexDataFullNotify.Builder
Enclosing class:
CodexDataFullNotifyOuterClass

public static interface CodexDataFullNotifyOuterClass.CodexDataFullNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getLastReadPushtipsTypeId

      int getLastReadPushtipsTypeId()
      uint32 last_read_pushtips_type_id = 15;
      Returns:
      The lastReadPushtipsTypeId.
    • getTypeDataListList

      repeated .CodexTypeData type_data_list = 13;
    • getTypeDataList

      CodexTypeDataOuterClass.CodexTypeData getTypeDataList(int index)
      repeated .CodexTypeData type_data_list = 13;
    • getTypeDataListCount

      int getTypeDataListCount()
      repeated .CodexTypeData type_data_list = 13;
    • getTypeDataListOrBuilderList

      List<? extends CodexTypeDataOuterClass.CodexTypeDataOrBuilder> getTypeDataListOrBuilderList()
      repeated .CodexTypeData type_data_list = 13;
    • getTypeDataListOrBuilder

      CodexTypeDataOuterClass.CodexTypeDataOrBuilder getTypeDataListOrBuilder(int index)
      repeated .CodexTypeData type_data_list = 13;
    • getRecentViewedPushtipsListList

      List<Integer> getRecentViewedPushtipsListList()
      repeated uint32 recent_viewed_pushtips_list = 14;
      Returns:
      A list containing the recentViewedPushtipsList.
    • getRecentViewedPushtipsListCount

      int getRecentViewedPushtipsListCount()
      repeated uint32 recent_viewed_pushtips_list = 14;
      Returns:
      The count of recentViewedPushtipsList.
    • getRecentViewedPushtipsList

      int getRecentViewedPushtipsList(int index)
      repeated uint32 recent_viewed_pushtips_list = 14;
      Parameters:
      index - The index of the element to return.
      Returns:
      The recentViewedPushtipsList at the given index.
    • getLastReadPushtipsCodexId

      int getLastReadPushtipsCodexId()
      uint32 last_read_pushtips_codex_id = 7;
      Returns:
      The lastReadPushtipsCodexId.