| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static TicketCreationRuleType |
TicketCreationRuleType.TICKET_CREATION_RULES |
| Modifier and Type | Method and Description |
|---|---|
static TicketCreationRuleType |
TicketCreationRuleType.fromValue(String value) |
TicketCreationRuleType |
TicketCreationRuleReorderItem.getType()
The JSON:API type for ticket creation rules.
|
TicketCreationRuleType |
TicketCreationRuleDataResponse.getType()
The JSON:API type for ticket creation rules.
|
TicketCreationRuleType |
TicketCreationRuleDataCreate.getType()
The JSON:API type for ticket creation rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TicketCreationRuleType.TicketCreationRuleTypeSerializer.serialize(TicketCreationRuleType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TicketCreationRuleReorderItem.setType(TicketCreationRuleType type) |
void |
TicketCreationRuleDataResponse.setType(TicketCreationRuleType type) |
void |
TicketCreationRuleDataCreate.setType(TicketCreationRuleType type) |
TicketCreationRuleReorderItem |
TicketCreationRuleReorderItem.type(TicketCreationRuleType type) |
TicketCreationRuleDataResponse |
TicketCreationRuleDataResponse.type(TicketCreationRuleType type) |
TicketCreationRuleDataCreate |
TicketCreationRuleDataCreate.type(TicketCreationRuleType type) |
| Constructor and Description |
|---|
TicketCreationRuleDataCreate(TicketCreationRuleAttributesCreate attributes,
TicketCreationRuleType type) |
TicketCreationRuleDataResponse(TicketCreationRuleAttributesResponse attributes,
UUID id,
TicketCreationRuleType type) |
TicketCreationRuleReorderItem(UUID id,
TicketCreationRuleType type) |
| Constructor and Description |
|---|
TicketCreationRuleTypeSerializer(Class<TicketCreationRuleType> t) |
Copyright © 2026. All rights reserved.