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