Uses of Class
com.oracle.bmc.securityattribute.model.WorkRequestOperationType
-
Packages that use WorkRequestOperationType Package Description com.oracle.bmc.securityattribute.model -
-
Uses of WorkRequestOperationType in com.oracle.bmc.securityattribute.model
Methods in com.oracle.bmc.securityattribute.model that return WorkRequestOperationType Modifier and Type Method Description static WorkRequestOperationTypeWorkRequestOperationType. create(String key)WorkRequestOperationTypeSecurityAttributeWorkRequest. getOperationType()An enum-like description of the type of work the work request is doing.WorkRequestOperationTypeSecurityAttributeWorkRequestSummary. getOperationType()An enum-like description of the type of work the work request is doing.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.securityattribute.model with parameters of type WorkRequestOperationType Modifier and Type Method Description SecurityAttributeWorkRequest.BuilderSecurityAttributeWorkRequest.Builder. operationType(WorkRequestOperationType operationType)An enum-like description of the type of work the work request is doing.SecurityAttributeWorkRequestSummary.BuilderSecurityAttributeWorkRequestSummary.Builder. operationType(WorkRequestOperationType operationType)An enum-like description of the type of work the work request is doing.Constructors in com.oracle.bmc.securityattribute.model with parameters of type WorkRequestOperationType Constructor Description SecurityAttributeWorkRequest(String id, WorkRequestOperationType operationType, String compartmentId, WorkRequestStatus status, List<WorkRequestResource> resources, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete)Deprecated.SecurityAttributeWorkRequestSummary(String id, WorkRequestOperationType operationType, String compartmentId, WorkRequestStatus status, List<WorkRequestResource> resources, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete)Deprecated.
-