Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static HighlightCommandDescriptor.Builder |
HighlightCommandDescriptor.builder()
Create a new builder.
|
HighlightCommandDescriptor.Builder |
HighlightCommandDescriptor.Builder.category(String category) |
HighlightCommandDescriptor.Builder |
HighlightCommandDescriptor.Builder.color(String color)
User specified color to highlight matches with if found.
|
HighlightCommandDescriptor.Builder |
HighlightCommandDescriptor.Builder.copy(HighlightCommandDescriptor model) |
HighlightCommandDescriptor.Builder |
HighlightCommandDescriptor.Builder.declaredFields(List<AbstractField> declaredFields) |
HighlightCommandDescriptor.Builder |
HighlightCommandDescriptor.Builder.displayQueryString(String displayQueryString) |
HighlightCommandDescriptor.Builder |
HighlightCommandDescriptor.Builder.fields(List<String> fields)
List of fields specified to highlight with the same color if matches found.
|
HighlightCommandDescriptor.Builder |
HighlightCommandDescriptor.Builder.internalQueryString(String internalQueryString) |
HighlightCommandDescriptor.Builder |
HighlightCommandDescriptor.Builder.isHidden(Boolean isHidden) |
HighlightCommandDescriptor.Builder |
HighlightCommandDescriptor.Builder.keywords(List<String> keywords)
List of terms or phrases to highlight if found.
|
HighlightCommandDescriptor.Builder |
HighlightCommandDescriptor.Builder.referencedFields(List<AbstractField> referencedFields) |
HighlightCommandDescriptor.Builder |
HighlightCommandDescriptor.toBuilder() |
Copyright © 2016–2024. All rights reserved.