Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static Patch.PatchType |
Patch.PatchType.create(String key) |
Patch.PatchType |
Patch.getPatchType()
The type of the patch applied or being applied on the application.
|
static Patch.PatchType |
Patch.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.
|
Modifier and Type | Method and Description |
---|---|
Patch.Builder |
Patch.Builder.patchType(Patch.PatchType patchType)
The type of the patch applied or being applied on the application.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.