-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum VerizonMediaPreplayResponseType
The different type of Preplay responses.
-
-
Method Summary
Modifier and Type Method Description static VerizonMediaPreplayResponseType
from(@NonNull() String typeId)
Convert a textual representation to an actual VerizonMediaPreplayResponseType instance. static Array<VerizonMediaPreplayResponseType>
values()
static VerizonMediaPreplayResponseType
valueOf(String name)
-
-
Method Detail
-
from
@Nullable() static VerizonMediaPreplayResponseType from(@NonNull() String typeId)
Convert a textual representation to an actual VerizonMediaPreplayResponseType instance.
- Will return null if the textual representation does not exist.
- Parameters:
typeId
- the textual representation of the Preplay response type.
-
values
static Array<VerizonMediaPreplayResponseType> values()
-
valueOf
static VerizonMediaPreplayResponseType valueOf(String name)
-
-
-
-