Package | Description |
---|---|
com.oracle.bmc.datacatalog.requests |
Modifier and Type | Method and Description |
---|---|
static GetEntityRequest.Builder |
GetEntityRequest.builder()
Return a new builder for this request object.
|
GetEntityRequest.Builder |
GetEntityRequest.Builder.catalogId(String catalogId)
Unique catalog identifier.
|
GetEntityRequest.Builder |
GetEntityRequest.Builder.copy(GetEntityRequest o)
Copy method to populate the builder with values from the given instance.
|
GetEntityRequest.Builder |
GetEntityRequest.Builder.dataAssetKey(String dataAssetKey)
Unique data asset key.
|
GetEntityRequest.Builder |
GetEntityRequest.Builder.entityKey(String entityKey)
Unique entity key.
|
GetEntityRequest.Builder |
GetEntityRequest.Builder.fields(GetEntityRequest.Fields singularValue)
Singular setter.
|
GetEntityRequest.Builder |
GetEntityRequest.Builder.fields(List<GetEntityRequest.Fields> fields)
Specifies the fields to return in an entity response.
|
GetEntityRequest.Builder |
GetEntityRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
GetEntityRequest.Builder |
GetEntityRequest.Builder.isIncludeObjectRelationships(Boolean isIncludeObjectRelationships)
Indicates whether the list of objects and their relationships to this object will be
provided in the response.
|
GetEntityRequest.Builder |
GetEntityRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
GetEntityRequest.Builder |
GetEntityRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
GetEntityRequest.Builder |
GetEntityRequest.toBuilder()
Return an instance of
GetEntityRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2023. All rights reserved.