public class AddAudioOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
AddAudioOptions.Builder
Builder.
|
static interface |
AddAudioOptions.ContainedContentType
For an archive-type resource, specifies the format of the audio files that are contained in the archive file.
|
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.
|
equals, hashCode, toString
public AddAudioOptions.Builder newBuilder()
public java.lang.String customizationId()
public java.lang.String audioName()
public java.io.InputStream audioResource()
public java.lang.String contentType()
public java.lang.String containedContentType()
public java.lang.Boolean allowOverwrite()