| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics.requests |
| Modifier and Type | Method and Description |
|---|---|
static ListLabelsRequest.Builder |
ListLabelsRequest.builder() |
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.copy(ListLabelsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.isAliasPop(Boolean isAliasPop)
isAliasPop
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.isCountPop(Boolean isCountPop)
isCountPop
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.isSystem(ListLabelsRequest.IsSystem isSystem)
Is system param of value (all, custom, sourceUsing)
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.labelDisplayText(String labelDisplayText)
search by label display name or description
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.labelName(String labelName)
label name
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.labelPriority(ListLabelsRequest.LabelPriority labelPriority)
label priority
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.labelSortBy(ListLabelsRequest.LabelSortBy labelSortBy)
sort by label
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.page(String page)
The page token representing the page at which to start retrieving results.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.sortOrder(ListLabelsRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC) or descending (DESC). |
Copyright © 2016–2021. All rights reserved.