-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum VideoPlacementTypeVideo placement type for additional targeting.
-
-
Field Summary
Fields Modifier and Type Field Description private final intvalue
-
Enum Constant Summary
Enum Constants Enum Constant Description IN_FEEDIN_ARTICLEIN_BANNER
-
Method Summary
Modifier and Type Method Description static VideoPlacementTypemapToVideoPlacementType(int placementTypeValue)static PlacementTypemapToPlacementType(VideoPlacementType videoPlacementType)static Array<VideoPlacementType>values()static VideoPlacementTypevalueOf(String name)intgetValue()-
-
Method Detail
-
mapToVideoPlacementType
@Nullable() static VideoPlacementType mapToVideoPlacementType(int placementTypeValue)
-
mapToPlacementType
static PlacementType mapToPlacementType(VideoPlacementType videoPlacementType)
-
values
static Array<VideoPlacementType> values()
-
valueOf
static VideoPlacementType valueOf(String name)
-
getValue
int getValue()
-
-
-
-