Package com.streamlayer.interactive.feed
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.StringgetEventId()string event_id = 3 [json_name = "eventId"];com.google.protobuf.ByteStringgetEventIdBytes()string event_id = 3 [json_name = "eventId"];PaginationgetPagination().streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];QuestionTypegetQuestionType(int index)repeated .streamlayer.interactive.QuestionType question_type = 1 [json_name = "questionType"];intgetQuestionTypeCount()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"];intgetQuestionTypeValue(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"];booleanhasPagination().streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];
-
-
-
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.
-
-