Package com.intercom.api.types
Interface TicketTypeAttribute.ArchivedStage
-
- All Known Implementing Classes:
TicketTypeAttribute.Builder
- Enclosing class:
- TicketTypeAttribute
public static interface TicketTypeAttribute.ArchivedStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TicketTypeAttribute.CreatedAtStagearchived(boolean archived)Whether the ticket type attribute is archived or not.
-
-
-
Method Detail
-
archived
TicketTypeAttribute.CreatedAtStage archived(boolean archived)
Whether the ticket type attribute is archived or not.
-
-