Package com.intercom.api.types
Interface TicketTypeAttribute.DescriptionStage
-
- All Known Implementing Classes:
TicketTypeAttribute.Builder
- Enclosing class:
- TicketTypeAttribute
public static interface TicketTypeAttribute.DescriptionStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TicketTypeAttribute.DataTypeStagedescription(java.lang.String description)The description of the ticket type attribute
-
-
-
Method Detail
-
description
TicketTypeAttribute.DataTypeStage description(@NotNull java.lang.String description)
The description of the ticket type attribute
-
-