Package com.intercom.api.types
Interface TicketTypeAttribute.TicketTypeIdStage
-
- All Known Implementing Classes:
TicketTypeAttribute.Builder
- Enclosing class:
- TicketTypeAttribute
public static interface TicketTypeAttribute.TicketTypeIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TicketTypeAttribute.ArchivedStageticketTypeId(int ticketTypeId)The id of the ticket type that the attribute belongs to.
-
-
-
Method Detail
-
ticketTypeId
TicketTypeAttribute.ArchivedStage ticketTypeId(int ticketTypeId)
The id of the ticket type that the attribute belongs to.
-
-