Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static EnableConditions.EntitySelection |
EnableConditions.EntitySelection.create(String key) |
EnableConditions.EntitySelection |
EnableConditions.getEntitySelection()
The entity include or exclude selection.
|
static EnableConditions.EntitySelection |
EnableConditions.EntitySelection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnableConditions.EntitySelection[] |
EnableConditions.EntitySelection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnableConditions.Builder |
EnableConditions.Builder.entitySelection(EnableConditions.EntitySelection entitySelection)
The entity include or exclude selection.
|
Constructor and Description |
---|
EnableConditions(EnableConditions.EntitySelection entitySelection,
EnableConditions.EntityType entityType,
EnableConditions.OperationStatus operationStatus,
List<String> entityNames)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.