static ListDashboardsRequest.Builder |
ListDashboardsRequest.builder() |
Return a new builder for this request object.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.copy(ListDashboardsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.dashboardGroupId(String dashboardGroupId) |
The OCID of the
dashboard group that the dashboard belongs to.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.displayName(String displayName) |
A case-sensitive filter that returns resources that match the entire display name
specified.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.id(String id) |
The OCID of the
dashboard.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.lifecycleState(Dashboard.LifecycleState lifecycleState) |
A filter that returns dashboard resources that match the lifecycle state specified.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.opcCrossRegion(String opcCrossRegion) |
To identify if the call is cross-regional.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.page(String page) |
The page token representing the page at which to start retrieving results.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.sortBy(ListDashboardsRequest.SortBy sortBy) |
The field to sort by.
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListDashboardsRequest.Builder |
ListDashboardsRequest.toBuilder() |
|