| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static TeamsOwnershipMatchType |
TeamsOwnershipMatchType.EXACT |
static TeamsOwnershipMatchType |
TeamsOwnershipMatchType.PREFIX |
| Modifier and Type | Method and Description |
|---|---|
static TeamsOwnershipMatchType |
TeamsOwnershipMatchType.fromValue(String value) |
TeamsOwnershipMatchType |
TeamsOwnershipRuleResponseAttributes.getMatchType()
How the
view_name is matched against RUM view names. |
TeamsOwnershipMatchType |
TeamsOwnershipMappingResponseAttributes.getMatchType()
How the
view_name is matched against RUM view names. |
TeamsOwnershipMatchType |
TeamsOwnershipMappingCreateDataAttributes.getMatchType()
How the
view_name is matched against RUM view names. |
TeamsOwnershipMatchType |
TeamsOwnershipMappingBatchResultDataAttributes.getMatchType()
How the
view_name is matched against RUM view names. |
TeamsOwnershipMatchType |
TeamsOwnershipMappingBatchOperationDataAttributes.getMatchType()
How the
view_name is matched against RUM view names. |
| Modifier and Type | Method and Description |
|---|---|
TeamsOwnershipRuleResponseAttributes |
TeamsOwnershipRuleResponseAttributes.matchType(TeamsOwnershipMatchType matchType) |
TeamsOwnershipMappingResponseAttributes |
TeamsOwnershipMappingResponseAttributes.matchType(TeamsOwnershipMatchType matchType) |
TeamsOwnershipMappingCreateDataAttributes |
TeamsOwnershipMappingCreateDataAttributes.matchType(TeamsOwnershipMatchType matchType) |
TeamsOwnershipMappingBatchResultDataAttributes |
TeamsOwnershipMappingBatchResultDataAttributes.matchType(TeamsOwnershipMatchType matchType) |
TeamsOwnershipMappingBatchOperationDataAttributes |
TeamsOwnershipMappingBatchOperationDataAttributes.matchType(TeamsOwnershipMatchType matchType) |
void |
TeamsOwnershipMatchType.TeamsOwnershipMatchTypeSerializer.serialize(TeamsOwnershipMatchType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TeamsOwnershipRuleResponseAttributes.setMatchType(TeamsOwnershipMatchType matchType) |
void |
TeamsOwnershipMappingResponseAttributes.setMatchType(TeamsOwnershipMatchType matchType) |
void |
TeamsOwnershipMappingCreateDataAttributes.setMatchType(TeamsOwnershipMatchType matchType) |
void |
TeamsOwnershipMappingBatchResultDataAttributes.setMatchType(TeamsOwnershipMatchType matchType) |
void |
TeamsOwnershipMappingBatchOperationDataAttributes.setMatchType(TeamsOwnershipMatchType matchType) |
| Constructor and Description |
|---|
TeamsOwnershipMappingBatchResultDataAttributes(OffsetDateTime createdAt,
String createdBy,
TeamsOwnershipMatchType matchType,
Long orgId,
String teamHandle,
String viewName) |
TeamsOwnershipMappingResponseAttributes(String applicationId,
OffsetDateTime createdAt,
String createdBy,
TeamsOwnershipMatchType matchType,
Long orgId,
String service,
String teamHandle,
String viewName) |
TeamsOwnershipRuleResponseAttributes(String applicationId,
TeamsOwnershipMatchType matchType,
String service,
List<TeamsOwnershipRuleTeamMapping> teams,
String viewName) |
| Constructor and Description |
|---|
TeamsOwnershipMatchTypeSerializer(Class<TeamsOwnershipMatchType> t) |
Copyright © 2026. All rights reserved.