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