Package com.intercom.api.types
Interface TicketTypeAttribute.DataTypeStage
-
- All Known Implementing Classes:
TicketTypeAttribute.Builder
- Enclosing class:
- TicketTypeAttribute
public static interface TicketTypeAttribute.DataTypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TicketTypeAttribute.OrderStagedataType(TicketTypeAttribute.DataType dataType)The type of the data attribute (allowed values: "string list integer decimal boolean datetime files")
-
-
-
Method Detail
-
dataType
TicketTypeAttribute.OrderStage dataType(@NotNull TicketTypeAttribute.DataType dataType)
The type of the data attribute (allowed values: "string list integer decimal boolean datetime files")
-
-