| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static TableWidgetTextFormatMatchType |
TableWidgetTextFormatMatchType.CONTAINS |
static TableWidgetTextFormatMatchType |
TableWidgetTextFormatMatchType.DOES_NOT_CONTAIN |
static TableWidgetTextFormatMatchType |
TableWidgetTextFormatMatchType.ENDS_WITH |
static TableWidgetTextFormatMatchType |
TableWidgetTextFormatMatchType.IS |
static TableWidgetTextFormatMatchType |
TableWidgetTextFormatMatchType.IS_NOT |
static TableWidgetTextFormatMatchType |
TableWidgetTextFormatMatchType.STARTS_WITH |
| Modifier and Type | Method and Description |
|---|---|
static TableWidgetTextFormatMatchType |
TableWidgetTextFormatMatchType.fromValue(String value) |
TableWidgetTextFormatMatchType |
TableWidgetTextFormatMatch.getType()
Match or compare option.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableWidgetTextFormatMatchType.TableWidgetTextFormatMatchTypeSerializer.serialize(TableWidgetTextFormatMatchType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TableWidgetTextFormatMatch.setType(TableWidgetTextFormatMatchType type) |
TableWidgetTextFormatMatch |
TableWidgetTextFormatMatch.type(TableWidgetTextFormatMatchType type) |
| Constructor and Description |
|---|
TableWidgetTextFormatMatch(TableWidgetTextFormatMatchType type,
String value) |
| Constructor and Description |
|---|
TableWidgetTextFormatMatchTypeSerializer(Class<TableWidgetTextFormatMatchType> t) |
Copyright © 2024. All rights reserved.