Interface FeedListRequest.FeedListFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AdUnit getAdUnits​(int index)
      [0] default
      int getAdUnitsCount()
      [0] default
      java.util.List<AdUnit> getAdUnitsList()
      [0] default
      int getAdUnitsValue​(int index)
      [0] default
      java.util.List<java.lang.Integer> getAdUnitsValueList()
      [0] default
      QuestionStatus getStatuses​(int index)
      repeated .streamlayer.interactive.QuestionStatus statuses = 2 [json_name = "statuses"];
      int getStatusesCount()
      repeated .streamlayer.interactive.QuestionStatus statuses = 2 [json_name = "statuses"];
      java.util.List<QuestionStatus> getStatusesList()
      repeated .streamlayer.interactive.QuestionStatus statuses = 2 [json_name = "statuses"];
      int getStatusesValue​(int index)
      repeated .streamlayer.interactive.QuestionStatus statuses = 2 [json_name = "statuses"];
      java.util.List<java.lang.Integer> getStatusesValueList()
      repeated .streamlayer.interactive.QuestionStatus statuses = 2 [json_name = "statuses"];
      QuestionType getTypes​(int index)
      repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
      int getTypesCount()
      repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
      java.util.List<QuestionType> getTypesList()
      repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
      int getTypesValue​(int index)
      repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
      java.util.List<java.lang.Integer> getTypesValueList()
      repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getTypesList

        java.util.List<QuestionType> getTypesList()
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Returns:
        A list containing the types.
      • getTypesCount

        int getTypesCount()
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Returns:
        The count of types.
      • getTypes

        QuestionType getTypes​(int index)
        repeated .streamlayer.interactive.QuestionType types = 1 [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()
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Returns:
        A list containing the enum numeric values on the wire for types.
      • getTypesValue

        int getTypesValue​(int index)
        repeated .streamlayer.interactive.QuestionType types = 1 [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.
      • getStatusesList

        java.util.List<QuestionStatus> getStatusesList()
        repeated .streamlayer.interactive.QuestionStatus statuses = 2 [json_name = "statuses"];
        Returns:
        A list containing the statuses.
      • getStatusesCount

        int getStatusesCount()
        repeated .streamlayer.interactive.QuestionStatus statuses = 2 [json_name = "statuses"];
        Returns:
        The count of statuses.
      • getStatuses

        QuestionStatus getStatuses​(int index)
        repeated .streamlayer.interactive.QuestionStatus statuses = 2 [json_name = "statuses"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The statuses at the given index.
      • getStatusesValueList

        java.util.List<java.lang.Integer> getStatusesValueList()
        repeated .streamlayer.interactive.QuestionStatus statuses = 2 [json_name = "statuses"];
        Returns:
        A list containing the enum numeric values on the wire for statuses.
      • getStatusesValue

        int getStatusesValue​(int index)
        repeated .streamlayer.interactive.QuestionStatus statuses = 2 [json_name = "statuses"];
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of statuses at the given index.
      • getAdUnitsList

        java.util.List<AdUnit> getAdUnitsList()
         [0] default
         
        repeated .streamlayer.interactive.AdUnit ad_units = 3 [json_name = "adUnits"];
        Returns:
        A list containing the adUnits.
      • getAdUnitsCount

        int getAdUnitsCount()
         [0] default
         
        repeated .streamlayer.interactive.AdUnit ad_units = 3 [json_name = "adUnits"];
        Returns:
        The count of adUnits.
      • getAdUnits

        AdUnit getAdUnits​(int index)
         [0] default
         
        repeated .streamlayer.interactive.AdUnit ad_units = 3 [json_name = "adUnits"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The adUnits at the given index.
      • getAdUnitsValueList

        java.util.List<java.lang.Integer> getAdUnitsValueList()
         [0] default
         
        repeated .streamlayer.interactive.AdUnit ad_units = 3 [json_name = "adUnits"];
        Returns:
        A list containing the enum numeric values on the wire for adUnits.
      • getAdUnitsValue

        int getAdUnitsValue​(int index)
         [0] default
         
        repeated .streamlayer.interactive.AdUnit ad_units = 3 [json_name = "adUnits"];
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of adUnits at the given index.