Interface PickHistoryRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    PickHistoryRequest, PickHistoryRequest.Builder

    public interface PickHistoryRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEventId()
      string event_id = 3 [json_name = "eventId"];
      com.google.protobuf.ByteString getEventIdBytes()
      string event_id = 3 [json_name = "eventId"];
      Pagination getPagination()
      .streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];
      QuestionType getQuestionType​(int index)
      repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
      int getQuestionTypeCount()
      repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
      java.util.List<QuestionType> getQuestionTypeList()
      repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
      int getQuestionTypeValue​(int index)
      repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
      java.util.List<java.lang.Integer> getQuestionTypeValueList()
      repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
      boolean hasPagination()
      .streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getQuestionTypeList

        java.util.List<QuestionType> getQuestionTypeList()
        repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
        Returns:
        A list containing the questionType.
      • getQuestionTypeCount

        int getQuestionTypeCount()
        repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
        Returns:
        The count of questionType.
      • getQuestionType

        QuestionType getQuestionType​(int index)
        repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The questionType at the given index.
      • getQuestionTypeValueList

        java.util.List<java.lang.Integer> getQuestionTypeValueList()
        repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
        Returns:
        A list containing the enum numeric values on the wire for questionType.
      • getQuestionTypeValue

        int getQuestionTypeValue​(int index)
        repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of questionType at the given index.
      • getEventId

        java.lang.String getEventId()
        string event_id = 3 [json_name = "eventId"];
        Returns:
        The eventId.
      • getEventIdBytes

        com.google.protobuf.ByteString getEventIdBytes()
        string event_id = 3 [json_name = "eventId"];
        Returns:
        The bytes for eventId.
      • hasPagination

        boolean hasPagination()
        .streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];
        Returns:
        Whether the pagination field is set.
      • getPagination

        Pagination getPagination()
        .streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];
        Returns:
        The pagination.