Interface SyncQuestionRequest.SyncQuestionRequestFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEventId()
      sport event id
      com.google.protobuf.ByteString getEventIdBytes()
      sport event id
      QuestionType getTypes​(int index)
      if empty, only POLL, TRIVIA, PREDICTION, FACTOID and TWEET will be included.
      int getTypesCount()
      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.
      int getTypesValue​(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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.