Uses of Class
com.oracle.bmc.dataintegration.model.CreatePatchDetails.PatchType
-
Packages that use CreatePatchDetails.PatchType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of CreatePatchDetails.PatchType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return CreatePatchDetails.PatchType Modifier and Type Method Description static CreatePatchDetails.PatchTypeCreatePatchDetails.PatchType. create(String key)CreatePatchDetails.PatchTypeCreatePatchDetails. getPatchType()The type of the patch applied or being applied on the application.static CreatePatchDetails.PatchTypeCreatePatchDetails.PatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static CreatePatchDetails.PatchType[]CreatePatchDetails.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 CreatePatchDetails.PatchType Modifier and Type Method Description CreatePatchDetails.BuilderCreatePatchDetails.Builder. patchType(CreatePatchDetails.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 CreatePatchDetails.PatchType Constructor Description CreatePatchDetails(String key, String modelVersion, String name, String description, Integer objectStatus, String identifier, CreatePatchDetails.PatchType patchType, List<String> objectKeys, RegistryMetadata registryMetadata)Deprecated.
-