Package com.streamlayer.interactive.feed
Interface FeedListRequest.FeedListFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
FeedListRequest.FeedListFilter,FeedListRequest.FeedListFilter.Builder
- Enclosing class:
- FeedListRequest
public static interface FeedListRequest.FeedListFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdUnitgetAdUnits(int index)[0] defaultintgetAdUnitsCount()[0] defaultjava.util.List<AdUnit>getAdUnitsList()[0] defaultintgetAdUnitsValue(int index)[0] defaultjava.util.List<java.lang.Integer>getAdUnitsValueList()[0] defaultQuestionStatusgetStatuses(int index)repeated .streamlayer.interactive.QuestionStatus statuses = 2 [json_name = "statuses"];intgetStatusesCount()repeated .streamlayer.interactive.QuestionStatus statuses = 2 [json_name = "statuses"];java.util.List<QuestionStatus>getStatusesList()repeated .streamlayer.interactive.QuestionStatus statuses = 2 [json_name = "statuses"];intgetStatusesValue(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"];QuestionTypegetTypes(int index)repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];intgetTypesCount()repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];java.util.List<QuestionType>getTypesList()repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];intgetTypesValue(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"];
-
-
-
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.
-
-