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