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