Uses of Class
com.oracle.bmc.osmanagementhub.model.SoftwareUpdateEventData.OperationType
-
Packages that use SoftwareUpdateEventData.OperationType Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of SoftwareUpdateEventData.OperationType in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SoftwareUpdateEventData.OperationType Modifier and Type Method Description static SoftwareUpdateEventData.OperationTypeSoftwareUpdateEventData.OperationType. create(String key)SoftwareUpdateEventData.OperationTypeSoftwareUpdateEventData. getOperationType()Type of software update operation.static SoftwareUpdateEventData.OperationTypeSoftwareUpdateEventData.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SoftwareUpdateEventData.OperationType[]SoftwareUpdateEventData.OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type SoftwareUpdateEventData.OperationType Modifier and Type Method Description SoftwareUpdateEventData.BuilderSoftwareUpdateEventData.Builder. operationType(SoftwareUpdateEventData.OperationType operationType)Type of software update operation.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type SoftwareUpdateEventData.OperationType Constructor Description SoftwareUpdateEventData(SoftwareUpdateEventData.OperationType operationType, EventStatus status, WorkRequestEventDataAdditionalDetails additionalDetails)Deprecated.
-