public class AddAudioOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
AddAudioOptions.Builder
Builder.
|
static interface |
AddAudioOptions.ContainedContentType
**For an archive-type resource,** specify the format of the audio files that are contained in the archive file if
they are of type `audio/alaw`, `audio/basic`, `audio/l16`, or `audio/mulaw`.
|
static interface |
AddAudioOptions.ContentType
For an audio-type resource, the format (MIME type) of the audio.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
allowOverwrite()
Gets the allowOverwrite.
|
java.lang.String |
audioName()
Gets the audioName.
|
java.io.InputStream |
audioResource()
Gets the audioResource.
|
java.lang.String |
containedContentType()
Gets the containedContentType.
|
java.lang.String |
contentType()
Gets the contentType.
|
java.lang.String |
customizationId()
Gets the customizationId.
|
AddAudioOptions.Builder |
newBuilder()
New builder.
|
public AddAudioOptions.Builder newBuilder()
public java.lang.String customizationId()
public java.lang.String audioName()
public java.io.InputStream audioResource()
public java.lang.String containedContentType()
public java.lang.Boolean allowOverwrite()
public java.lang.String contentType()