Enum IngestStreamDistributionChannelDetails.IngestPayloadType
- java.lang.Object
-
- java.lang.Enum<IngestStreamDistributionChannelDetails.IngestPayloadType>
-
- com.oracle.bmc.mediaservices.model.IngestStreamDistributionChannelDetails.IngestPayloadType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<IngestStreamDistributionChannelDetails.IngestPayloadType>
- Enclosing class:
- IngestStreamDistributionChannelDetails
public static enum IngestStreamDistributionChannelDetails.IngestPayloadType extends Enum<IngestStreamDistributionChannelDetails.IngestPayloadType> implements BmcEnum
Ingest Payload Type
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AssetMetadataMediaAsset
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IngestStreamDistributionChannelDetails.IngestPayloadType
create(String key)
String
getValue()
static IngestStreamDistributionChannelDetails.IngestPayloadType
valueOf(String name)
Returns the enum constant of this type with the specified name.static IngestStreamDistributionChannelDetails.IngestPayloadType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AssetMetadataMediaAsset
public static final IngestStreamDistributionChannelDetails.IngestPayloadType AssetMetadataMediaAsset
-
-
Method Detail
-
values
public static IngestStreamDistributionChannelDetails.IngestPayloadType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (IngestStreamDistributionChannelDetails.IngestPayloadType c : IngestStreamDistributionChannelDetails.IngestPayloadType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static IngestStreamDistributionChannelDetails.IngestPayloadType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static IngestStreamDistributionChannelDetails.IngestPayloadType create(String key)
-
-