Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.TargetProgressSummary.OperationType
-
Packages that use TargetProgressSummary.OperationType Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of TargetProgressSummary.OperationType in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return TargetProgressSummary.OperationType Modifier and Type Method Description static TargetProgressSummary.OperationTypeTargetProgressSummary.OperationType. create(String key)TargetProgressSummary.OperationTypeTargetProgressSummary. getOperationType()Type of operations being executed.static TargetProgressSummary.OperationTypeTargetProgressSummary.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetProgressSummary.OperationType[]TargetProgressSummary.OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type TargetProgressSummary.OperationType Modifier and Type Method Description TargetProgressSummary.BuilderTargetProgressSummary.Builder. operationType(TargetProgressSummary.OperationType operationType)Type of operations being executed.Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type TargetProgressSummary.OperationType Constructor Description TargetProgressSummary(TargetProgressSummary.OperationType operationType, Integer progressOfOperation)Deprecated.
-