Uses of Class
com.oracle.bmc.datasafe.model.EnableConditions.EntitySelection
-
Packages that use EnableConditions.EntitySelection Package Description com.oracle.bmc.datasafe.model -
-
Uses of EnableConditions.EntitySelection in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return EnableConditions.EntitySelection Modifier and Type Method 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.Methods in com.oracle.bmc.datasafe.model with parameters of type EnableConditions.EntitySelection Modifier and Type Method Description EnableConditions.Builder
EnableConditions.Builder. entitySelection(EnableConditions.EntitySelection entitySelection)
The entity include or exclude selection.Constructors in com.oracle.bmc.datasafe.model with parameters of type EnableConditions.EntitySelection Constructor Description EnableConditions(EnableConditions.EntitySelection entitySelection, EnableConditions.EntityType entityType, EnableConditions.OperationStatus operationStatus, List<String> entityNames)
Deprecated.
-