| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CiVisibilityTestsApi.ListCIAppTestEventsOptionalParameters |
CiVisibilityTestsApi.ListCIAppTestEventsOptionalParameters.sort(CIAppSort sort)
Set sort.
|
CiVisibilityPipelinesApi.ListCIAppPipelineEventsOptionalParameters |
CiVisibilityPipelinesApi.ListCIAppPipelineEventsOptionalParameters.sort(CIAppSort sort)
Set sort.
|
| Modifier and Type | Field and Description |
|---|---|
static CIAppSort |
CIAppSort.TIMESTAMP_ASCENDING |
static CIAppSort |
CIAppSort.TIMESTAMP_DESCENDING |
| Modifier and Type | Method and Description |
|---|---|
static CIAppSort |
CIAppSort.fromValue(String value) |
CIAppSort |
CIAppTestEventsRequest.getSort()
Sort parameters when querying events.
|
CIAppSort |
CIAppPipelineEventsRequest.getSort()
Sort parameters when querying events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CIAppSort.CIAppSortSerializer.serialize(CIAppSort value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CIAppTestEventsRequest.setSort(CIAppSort sort) |
void |
CIAppPipelineEventsRequest.setSort(CIAppSort sort) |
CIAppTestEventsRequest |
CIAppTestEventsRequest.sort(CIAppSort sort) |
CIAppPipelineEventsRequest |
CIAppPipelineEventsRequest.sort(CIAppSort sort) |
| Constructor and Description |
|---|
CIAppSortSerializer(Class<CIAppSort> t) |
Copyright © 2024. All rights reserved.