Uses of Class
com.oracle.bmc.identity.model.WorkRequestResource
-
Packages that use WorkRequestResource Package Description com.oracle.bmc.identity.model -
-
Uses of WorkRequestResource in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return WorkRequestResource Modifier and Type Method Description WorkRequestResource
WorkRequestResource.Builder. build()
Methods in com.oracle.bmc.identity.model that return types with arguments of type WorkRequestResource Modifier and Type Method Description List<WorkRequestResource>
TaggingWorkRequest. getResources()
The resources this work request affects.List<WorkRequestResource>
TaggingWorkRequestSummary. getResources()
The resources this work request affects.List<WorkRequestResource>
WorkRequest. getResources()
The resources this work request affects.List<WorkRequestResource>
WorkRequestSummary. getResources()
The resources this work request affects.Methods in com.oracle.bmc.identity.model with parameters of type WorkRequestResource Modifier and Type Method Description WorkRequestResource.Builder
WorkRequestResource.Builder. copy(WorkRequestResource model)
Method parameters in com.oracle.bmc.identity.model with type arguments of type WorkRequestResource Modifier and Type Method Description TaggingWorkRequest.Builder
TaggingWorkRequest.Builder. resources(List<WorkRequestResource> resources)
The resources this work request affects.TaggingWorkRequestSummary.Builder
TaggingWorkRequestSummary.Builder. resources(List<WorkRequestResource> resources)
The resources this work request affects.WorkRequest.Builder
WorkRequest.Builder. resources(List<WorkRequestResource> resources)
The resources this work request affects.WorkRequestSummary.Builder
WorkRequestSummary.Builder. resources(List<WorkRequestResource> resources)
The resources this work request affects.Constructor parameters in com.oracle.bmc.identity.model with type arguments of type WorkRequestResource Constructor Description TaggingWorkRequest(String id, TaggingWorkRequest.OperationType operationType, String compartmentId, TaggingWorkRequest.Status status, List<WorkRequestResource> resources, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete)
Deprecated.TaggingWorkRequestSummary(String id, TaggingWorkRequestSummary.OperationType operationType, String compartmentId, TaggingWorkRequestSummary.Status status, List<WorkRequestResource> resources, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete)
Deprecated.WorkRequest(String id, WorkRequest.OperationType operationType, String compartmentId, WorkRequest.Status status, List<WorkRequestResource> resources, List<WorkRequestError> errors, List<WorkRequestLogEntry> logs, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete)
Deprecated.WorkRequestSummary(String id, WorkRequestSummary.OperationType operationType, String compartmentId, WorkRequestSummary.Status status, List<WorkRequestResource> resources, List<WorkRequestError> errors, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete)
Deprecated.
-