-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum AppstockVideoPlacementType
-
-
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 AppstockVideoPlacementTypemapToVideoPlacementType(int placementTypeValue)static PlacementTypemapToPlacementType(AppstockVideoPlacementType videoPlacementType)static Array<AppstockVideoPlacementType>values()static AppstockVideoPlacementTypevalueOf(String name)intgetValue()-
-
Method Detail
-
mapToVideoPlacementType
@Nullable() static AppstockVideoPlacementType mapToVideoPlacementType(int placementTypeValue)
-
mapToPlacementType
static PlacementType mapToPlacementType(AppstockVideoPlacementType videoPlacementType)
-
values
static Array<AppstockVideoPlacementType> values()
-
valueOf
static AppstockVideoPlacementType valueOf(String name)
-
getValue
int getValue()
-
-
-
-