static ListAttributesRequest.Builder |
ListAttributesRequest.builder() |
Return a new builder for this request object.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.businessName(String businessName) |
A filter to return only resources that match the entire business name given.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.catalogId(String catalogId) |
Unique catalog identifier.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.copy(ListAttributesRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.createdById(String createdById) |
OCID of the user who created the resource.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.dataAssetKey(String dataAssetKey) |
Unique data asset key.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.displayName(String displayName) |
A filter to return only resources that match the entire display name given.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.displayNameContains(String displayNameContains) |
A filter to return only resources that match display name pattern given.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.displayOrBusinessNameContains(String displayOrBusinessNameContains) |
A filter to return only resources that match display name or business name pattern given.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.entityKey(String entityKey) |
Unique entity key.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.externalKey(String externalKey) |
Unique external identifier of this resource in the external source system.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.externalTypeName(String externalTypeName) |
Data type as defined in an external system.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.fields(ListAttributesRequest.Fields singularValue) |
Singular setter.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.fields(List<ListAttributesRequest.Fields> fields) |
Specifies the fields to return in an entity attribute summary response.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.isIncrementalData(Boolean isIncrementalData) |
Identifies whether this attribute can be used as a watermark to extract incremental data.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.isNullable(Boolean isNullable) |
Identifies whether this attribute can be assigned null value.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.length(Long length) |
Max allowed length of the attribute value.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.lifecycleState(LifecycleState lifecycleState) |
A filter to return only resources that match the specified lifecycle state.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.page(String page) |
The page token representing the page at which to start retrieving results.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.position(Integer position) |
Position of the attribute in the record definition.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.precision(Integer precision) |
Precision of the attribute value usually applies to float data type.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.scale(Integer scale) |
Scale of the attribute value usually applies to float data type.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.sortBy(ListAttributesRequest.SortBy sortBy) |
The field to sort by.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.sortOrder(ListAttributesRequest.SortOrder sortOrder) |
The sort order to use, either ‘asc’ or ‘desc’.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.timeCreated(Date timeCreated) |
Time that the resource was created.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.timeExternal(Date timeExternal) |
Last modified timestamp of this object in the external system.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.timeUpdated(Date timeUpdated) |
Time that the resource was updated.
|
ListAttributesRequest.Builder |
ListAttributesRequest.toBuilder() |
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.updatedById(String updatedById) |
OCID of the user who updated the resource.
|