@Generated(value="OracleSDKGenerator", comments="API Version: release") public class DecryptRequest extends BmcRequest<DecryptDataDetails>
Example: Click here to see how to use DecryptRequest.
Modifier and Type | Class and Description |
---|---|
static class |
DecryptRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DecryptRequest.Builder |
builder() |
DecryptDataDetails |
getBody$()
Alternative accessor for the body parameter.
|
DecryptDataDetails |
getDecryptDataDetails()
DecryptDataDetails
|
String |
getOpcRequestId()
Unique identifier for the request.
|
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public DecryptDataDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<DecryptDataDetails>
public static DecryptRequest.Builder builder()
public DecryptDataDetails getDecryptDataDetails()
DecryptDataDetails
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.