Uses of Class
com.oracle.bmc.mediaservices.model.IngestStreamDistributionChannelDetails
-
Packages that use IngestStreamDistributionChannelDetails Package Description com.oracle.bmc.mediaservices.model com.oracle.bmc.mediaservices.requests -
-
Uses of IngestStreamDistributionChannelDetails in com.oracle.bmc.mediaservices.model
Subclasses of IngestStreamDistributionChannelDetails in com.oracle.bmc.mediaservices.model Modifier and Type Class Description class
AssetMetadataEntryDetails
Asset Metadata entry information. -
Uses of IngestStreamDistributionChannelDetails in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return IngestStreamDistributionChannelDetails Modifier and Type Method Description IngestStreamDistributionChannelDetails
IngestStreamDistributionChannelRequest. getBody$()
Alternative accessor for the body parameter.IngestStreamDistributionChannelDetails
IngestStreamDistributionChannelRequest. getIngestStreamDistributionChannelDetails()
Playlist entry information.Methods in com.oracle.bmc.mediaservices.requests with parameters of type IngestStreamDistributionChannelDetails Modifier and Type Method Description IngestStreamDistributionChannelRequest.Builder
IngestStreamDistributionChannelRequest.Builder. body$(IngestStreamDistributionChannelDetails body)
Alternative setter for the body parameter.IngestStreamDistributionChannelRequest.Builder
IngestStreamDistributionChannelRequest.Builder. ingestStreamDistributionChannelDetails(IngestStreamDistributionChannelDetails ingestStreamDistributionChannelDetails)
Playlist entry information.
-