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