Uses of Class
com.oracle.bmc.mediaservices.model.IngestStreamDistributionChannelDetails.IngestPayloadType
-
Packages that use IngestStreamDistributionChannelDetails.IngestPayloadType Package Description com.oracle.bmc.mediaservices.model -
-
Uses of IngestStreamDistributionChannelDetails.IngestPayloadType in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return IngestStreamDistributionChannelDetails.IngestPayloadType Modifier and Type Method Description static IngestStreamDistributionChannelDetails.IngestPayloadType
IngestStreamDistributionChannelDetails.IngestPayloadType. create(String key)
static IngestStreamDistributionChannelDetails.IngestPayloadType
IngestStreamDistributionChannelDetails.IngestPayloadType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IngestStreamDistributionChannelDetails.IngestPayloadType[]
IngestStreamDistributionChannelDetails.IngestPayloadType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-