static ListAnnotationsRequest.Builder |
ListAnnotationsRequest.builder() |
Return a new builder for this request object.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.compartmentId(String compartmentId) |
The ID of the compartment in which to list resources.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.copy(ListAnnotationsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.datasetId(String datasetId) |
Filter the results by the OCID of the dataset.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.id(String id) |
The unique OCID identifier.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.lifecycleState(Annotation.LifecycleState lifecycleState) |
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.page(String page) |
The page token representing the page at which to start retrieving results.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.recordId(String recordId) |
The OCID of the record annotated.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.sortBy(ListAnnotationsRequest.SortBy sortBy) |
The field to sort by.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.sortOrder(SortOrders sortOrder) |
The sort order to use, either ‘asc’ or ‘desc’.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo) |
The date and time the resource was created, in the timestamp format defined by RFC3339.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.timeCreatedLessThanOrEqualTo(Date timeCreatedLessThanOrEqualTo) |
The date and time the resource was created, in the timestamp format defined by RFC3339.
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.toBuilder() |
|
ListAnnotationsRequest.Builder |
ListAnnotationsRequest.Builder.updatedBy(String updatedBy) |
The OCID of the principal which updated the annotation.
|