| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
NullableRelationshipToUser |
NullableRelationshipToUser.data(NullableRelationshipToUserData data) |
NullableRelationshipToUser |
IncidentUpdateRelationships.getCommanderUser()
Relationship to user.
|
NullableRelationshipToUser |
IncidentResponseRelationships.getCommanderUser()
Relationship to user.
|
NullableRelationshipToUser |
IncidentCreateRelationships.getCommanderUser()
Relationship to user.
|
NullableRelationshipToUser |
APIKeyRelationships.getModifiedBy()
Relationship to user.
|
NullableRelationshipToUser |
NullableRelationshipToUser.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
org.openapitools.jackson.nullable.JsonNullable<NullableRelationshipToUser> |
IncidentUpdateRelationships.getCommanderUser_JsonNullable() |
org.openapitools.jackson.nullable.JsonNullable<NullableRelationshipToUser> |
IncidentResponseRelationships.getCommanderUser_JsonNullable() |
org.openapitools.jackson.nullable.JsonNullable<NullableRelationshipToUser> |
APIKeyRelationships.getModifiedBy_JsonNullable() |
| Modifier and Type | Method and Description |
|---|---|
IncidentUpdateRelationships |
IncidentUpdateRelationships.commanderUser(NullableRelationshipToUser commanderUser) |
IncidentResponseRelationships |
IncidentResponseRelationships.commanderUser(NullableRelationshipToUser commanderUser) |
IncidentCreateRelationships |
IncidentCreateRelationships.commanderUser(NullableRelationshipToUser commanderUser) |
APIKeyRelationships |
APIKeyRelationships.modifiedBy(NullableRelationshipToUser modifiedBy) |
void |
IncidentUpdateRelationships.setCommanderUser(NullableRelationshipToUser commanderUser) |
void |
IncidentResponseRelationships.setCommanderUser(NullableRelationshipToUser commanderUser) |
void |
IncidentCreateRelationships.setCommanderUser(NullableRelationshipToUser commanderUser) |
void |
APIKeyRelationships.setModifiedBy(NullableRelationshipToUser modifiedBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentUpdateRelationships.setCommanderUser_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NullableRelationshipToUser> commanderUser) |
void |
IncidentResponseRelationships.setCommanderUser_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NullableRelationshipToUser> commanderUser) |
void |
APIKeyRelationships.setModifiedBy_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NullableRelationshipToUser> modifiedBy) |
| Constructor and Description |
|---|
IncidentCreateRelationships(NullableRelationshipToUser commanderUser) |
Copyright © 2024. All rights reserved.