Uses of Class
com.oracle.bmc.osmanagementhub.model.WorkRequestOperationType
-
Packages that use WorkRequestOperationType Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of WorkRequestOperationType in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return WorkRequestOperationType Modifier and Type Method Description static WorkRequestOperationTypeWorkRequestOperationType. create(String key)WorkRequestOperationTypeWorkRequest. getOperationType()Type of the work request.WorkRequestOperationTypeWorkRequestSummary. getOperationType()Type of the work request.static WorkRequestOperationTypeWorkRequestOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkRequestOperationType[]WorkRequestOperationType. 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 WorkRequestOperationType Modifier and Type Method Description WorkRequest.BuilderWorkRequest.Builder. operationType(WorkRequestOperationType operationType)Type of the work request.WorkRequestSummary.BuilderWorkRequestSummary.Builder. operationType(WorkRequestOperationType operationType)Type of the work request.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type WorkRequestOperationType Constructor Description WorkRequest(WorkRequestOperationType operationType, OperationStatus status, String id, String description, String displayName, String message, String parentId, List<String> childrenId, String compartmentId, List<WorkRequestResource> resources, List<String> packageNames, List<String> windowsUpdateNames, List<ModuleSpecDetails> moduleSpecs, Float percentComplete, Date timeCreated, Date timeUpdated, Date timeStarted, Date timeFinished, String initiatorId, WorkRequestManagementStationDetails managementStation, Date timeScheduled, String contentLocation, String eventId, String contentChecksum, String retryOfId, String rerunOfId, List<Integer> retryIntervals, Boolean isManagedByAutonomousLinux, Integer rebootTimeoutInMins)Deprecated.WorkRequestSummary(WorkRequestOperationType operationType, OperationStatus status, String id, String description, String displayName, String message, String parentId, List<String> childrenId, String compartmentId, Float percentComplete, Date timeCreated, Date timeScheduled, Boolean isManagedByAutonomousLinux, Integer rebootTimeoutInMins)Deprecated. -
Uses of WorkRequestOperationType in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return types with arguments of type WorkRequestOperationType Modifier and Type Method Description List<WorkRequestOperationType>ListWorkRequestsRequest. getOperationType()The asynchronous operation tracked by this work request.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type WorkRequestOperationType Modifier and Type Method Description ListWorkRequestsRequest.BuilderListWorkRequestsRequest.Builder. operationType(WorkRequestOperationType singularValue)Singular setter.Method parameters in com.oracle.bmc.osmanagementhub.requests with type arguments of type WorkRequestOperationType Modifier and Type Method Description ListWorkRequestsRequest.BuilderListWorkRequestsRequest.Builder. operationType(List<WorkRequestOperationType> operationType)The asynchronous operation tracked by this work request.
-