| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<OutcomesResponseDataItem> |
ServiceScorecardsApi.listScorecardOutcomesWithPagination()
List all rule outcomes.
|
PaginationIterable<OutcomesResponseDataItem> |
ServiceScorecardsApi.listScorecardOutcomesWithPagination(ServiceScorecardsApi.ListScorecardOutcomesOptionalParameters parameters)
List all rule outcomes.
|
| Modifier and Type | Method and Description |
|---|---|
OutcomesResponseDataItem |
OutcomesResponseDataItem.attributes(OutcomesBatchResponseAttributes attributes) |
OutcomesResponseDataItem |
OutcomesResponseDataItem.id(String id) |
OutcomesResponseDataItem |
OutcomesResponseDataItem.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
OutcomesResponseDataItem |
OutcomesResponseDataItem.relationships(RuleOutcomeRelationships relationships) |
OutcomesResponseDataItem |
OutcomesResponseDataItem.type(OutcomeType type) |
| Modifier and Type | Method and Description |
|---|---|
List<OutcomesResponseDataItem> |
OutcomesBatchResponse.getData()
List of rule outcomes which were affected during the bulk operation.
|
List<OutcomesResponseDataItem> |
OutcomesResponse.getData()
List of rule outcomes.
|
| Modifier and Type | Method and Description |
|---|---|
OutcomesBatchResponse |
OutcomesBatchResponse.addDataItem(OutcomesResponseDataItem dataItem) |
OutcomesResponse |
OutcomesResponse.addDataItem(OutcomesResponseDataItem dataItem) |
| Modifier and Type | Method and Description |
|---|---|
OutcomesBatchResponse |
OutcomesBatchResponse.data(List<OutcomesResponseDataItem> data) |
OutcomesResponse |
OutcomesResponse.data(List<OutcomesResponseDataItem> data) |
void |
OutcomesBatchResponse.setData(List<OutcomesResponseDataItem> data) |
void |
OutcomesResponse.setData(List<OutcomesResponseDataItem> data) |
| Constructor and Description |
|---|
OutcomesBatchResponse(List<OutcomesResponseDataItem> data,
OutcomesBatchResponseMeta meta) |
Copyright © 2024. All rights reserved.