-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum CTDisplayUnitTypesupported Display Unit Types
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CUSTOM_KEY_VALUEMESSAGE_WITH_ICONCAROUSEL_WITH_IMAGECAROUSELSIMPLE_WITH_IMAGESIMPLE
-
Method Summary
Modifier and Type Method Description static CTDisplayUnitTypetype(@NonNull() String type)Returns the display type instance using the string value StringtoString()static Array<CTDisplayUnitType>values()static CTDisplayUnitTypevalueOf(String name)-
-
Method Detail
-
type
@Nullable() static CTDisplayUnitType type(@NonNull() String type)
Returns the display type instance using the string value
- Parameters:
type- - string value of the type provided from the feed.
-
values
static Array<CTDisplayUnitType> values()
-
valueOf
static CTDisplayUnitType valueOf(String name)
-
-
-
-