Package | Description |
---|---|
com.oracle.bmc.mediaservices.model | |
com.oracle.bmc.mediaservices.requests |
Modifier and Type | Method and Description |
---|---|
static DeleteMode |
DeleteMode.create(String key) |
static DeleteMode |
DeleteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeleteMode[] |
DeleteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeleteMode |
DeleteMediaAssetRequest.getDeleteMode()
DeleteMode decides whether to delete all the immediate children or all assets with the
asset’s ID as their masterMediaAssetId.
|
Modifier and Type | Method and Description |
---|---|
DeleteMediaAssetRequest.Builder |
DeleteMediaAssetRequest.Builder.deleteMode(DeleteMode deleteMode)
DeleteMode decides whether to delete all the immediate children or all assets with the
asset’s ID as their masterMediaAssetId.
|
Copyright © 2016–2024. All rights reserved.