Package com.streamlayer.interactive.feed
Interface SyncQuestionRequest.SyncQuestionRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SyncQuestionRequest.SyncQuestionRequestFilter,SyncQuestionRequest.SyncQuestionRequestFilter.Builder
- Enclosing class:
- SyncQuestionRequest
public static interface SyncQuestionRequest.SyncQuestionRequestFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEventId()sport event idcom.google.protobuf.ByteStringgetEventIdBytes()sport event idQuestionTypegetTypes(int index)if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included.intgetTypesCount()if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included.java.util.List<QuestionType>getTypesList()if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included.intgetTypesValue(int index)if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included.java.util.List<java.lang.Integer>getTypesValueList()if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included.
-
-
-
Method Detail
-
getEventId
java.lang.String getEventId()
sport event id
string event_id = 1 [json_name = "eventId"];- Returns:
- The eventId.
-
getEventIdBytes
com.google.protobuf.ByteString getEventIdBytes()
sport event id
string event_id = 1 [json_name = "eventId"];- Returns:
- The bytes for eventId.
-
getTypesList
java.util.List<QuestionType> getTypesList()
if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included. (backward compatibility)
repeated .streamlayer.interactive.QuestionType types = 2 [json_name = "types"];- Returns:
- A list containing the types.
-
getTypesCount
int getTypesCount()
if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included. (backward compatibility)
repeated .streamlayer.interactive.QuestionType types = 2 [json_name = "types"];- Returns:
- The count of types.
-
getTypes
QuestionType getTypes(int index)
if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included. (backward compatibility)
repeated .streamlayer.interactive.QuestionType types = 2 [json_name = "types"];- Parameters:
index- The index of the element to return.- Returns:
- The types at the given index.
-
getTypesValueList
java.util.List<java.lang.Integer> getTypesValueList()
if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included. (backward compatibility)
repeated .streamlayer.interactive.QuestionType types = 2 [json_name = "types"];- Returns:
- A list containing the enum numeric values on the wire for types.
-
getTypesValue
int getTypesValue(int index)
if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included. (backward compatibility)
repeated .streamlayer.interactive.QuestionType types = 2 [json_name = "types"];- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of types at the given index.
-
-