Uses of Class
com.oracle.bmc.dataintegration.model.PatchObjectMetadata.Type
-
Packages that use PatchObjectMetadata.Type Package Description com.oracle.bmc.dataintegration.model -
-
Uses of PatchObjectMetadata.Type in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return PatchObjectMetadata.Type Modifier and Type Method Description static PatchObjectMetadata.TypePatchObjectMetadata.Type. create(String key)PatchObjectMetadata.TypePatchObjectMetadata. getType()The type of the object in patch.static PatchObjectMetadata.TypePatchObjectMetadata.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchObjectMetadata.Type[]PatchObjectMetadata.Type. 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 PatchObjectMetadata.Type Modifier and Type Method Description PatchObjectMetadata.BuilderPatchObjectMetadata.Builder. type(PatchObjectMetadata.Type type)The type of the object in patch.Constructors in com.oracle.bmc.dataintegration.model with parameters of type PatchObjectMetadata.Type Constructor Description PatchObjectMetadata(String key, String name, String namePath, PatchObjectMetadata.Type type, Integer objectVersion, String identifier, PatchObjectMetadata.Action action)Deprecated.
-