Uses of Class
com.oracle.bmc.dataintegration.model.Patch.PatchStatus
-
Packages that use Patch.PatchStatus Package Description com.oracle.bmc.dataintegration.model -
-
Uses of Patch.PatchStatus in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return Patch.PatchStatus Modifier and Type Method Description static Patch.PatchStatus
Patch.PatchStatus. create(String key)
Patch.PatchStatus
Patch. getPatchStatus()
Status of the patch applied or being applied on the applicationstatic Patch.PatchStatus
Patch.PatchStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static Patch.PatchStatus[]
Patch.PatchStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type Patch.PatchStatus Modifier and Type Method Description Patch.Builder
Patch.Builder. patchStatus(Patch.PatchStatus patchStatus)
Status of the patch applied or being applied on the applicationConstructors in com.oracle.bmc.dataintegration.model with parameters of type Patch.PatchStatus Constructor Description Patch(String key, String modelType, String modelVersion, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, Date timePatched, Map<String,String> errorMessages, Integer applicationVersion, Patch.PatchType patchType, Patch.PatchStatus patchStatus, List<PatchObjectMetadata> dependentObjectMetadata, List<PatchObjectMetadata> patchObjectMetadata, ParentReference parentRef, ObjectMetadata metadata, Map<String,String> keyMap)
Deprecated.
-