Package | Description |
---|---|
com.oracle.bmc.securityattribute.model |
Modifier and Type | Method and Description |
---|---|
WorkRequestResource |
WorkRequestResource.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<WorkRequestResource> |
SecurityAttributeWorkRequest.getResources()
The resources this work request affects.
|
List<WorkRequestResource> |
SecurityAttributeWorkRequestSummary.getResources()
The resources this work request affects.
|
Modifier and Type | Method and Description |
---|---|
WorkRequestResource.Builder |
WorkRequestResource.Builder.copy(WorkRequestResource model) |
Modifier and Type | Method and Description |
---|---|
SecurityAttributeWorkRequest.Builder |
SecurityAttributeWorkRequest.Builder.resources(List<WorkRequestResource> resources)
The resources this work request affects.
|
SecurityAttributeWorkRequestSummary.Builder |
SecurityAttributeWorkRequestSummary.Builder.resources(List<WorkRequestResource> resources)
The resources this work request affects.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.