Uses of Class
com.oracle.bmc.marketplacepublisher.model.OperationType
-
Packages that use OperationType Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of OperationType in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return OperationType Modifier and Type Method Description static OperationType
OperationType. create(String key)
OperationType
WorkRequest. getOperationType()
Type of the work requestOperationType
WorkRequestSummary. getOperationType()
Type of the work requeststatic OperationType
OperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationType[]
OperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type OperationType Modifier and Type Method Description WorkRequest.Builder
WorkRequest.Builder. operationType(OperationType operationType)
Type of the work requestWorkRequestSummary.Builder
WorkRequestSummary.Builder. operationType(OperationType operationType)
Type of the work requestConstructors in com.oracle.bmc.marketplacepublisher.model with parameters of type OperationType Constructor Description WorkRequest(OperationType operationType, OperationStatus status, String id, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished)
Deprecated.WorkRequestSummary(OperationType operationType, OperationStatus status, String id, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished)
Deprecated.
-