Uses of Class
com.oracle.bmc.dataintegration.model.PatchSummary.PatchType
-
Packages that use PatchSummary.PatchType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of PatchSummary.PatchType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return PatchSummary.PatchType Modifier and Type Method Description static PatchSummary.PatchTypePatchSummary.PatchType. create(String key)PatchSummary.PatchTypePatchSummary. getPatchType()The type of the patch applied or being applied on the application.static PatchSummary.PatchTypePatchSummary.PatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchSummary.PatchType[]PatchSummary.PatchType. 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.PatchType Modifier and Type Method Description PatchSummary.BuilderPatchSummary.Builder. patchType(PatchSummary.PatchType patchType)The type of the patch applied or being applied on the application.Constructors in com.oracle.bmc.dataintegration.model with parameters of type PatchSummary.PatchType 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.
-