@Generated(value="OracleSDKGenerator", comments="API Version: 20200129") public class GetWorkRequestRequest extends BmcRequest<Void>
Example: Click here to see how to use GetWorkRequestRequest.
Modifier and Type | Class and Description |
---|---|
static class |
GetWorkRequestRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GetWorkRequestRequest.Builder |
builder() |
String |
getOpcRequestId()
Unique identifier for the request.
|
String |
getWorkRequestId()
The unique ID for a work request.
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static GetWorkRequestRequest.Builder builder()
public String getWorkRequestId()
The unique ID for a work request.
public String getOpcRequestId()
Unique identifier for the request. If provided, the returned request ID will include this value. Otherwise, a random request ID will be generated by the service.
Copyright © 2016–2021. All rights reserved.