Package com.intercom.api.types
Interface TicketTypeAttribute.IdStage
-
- All Known Implementing Classes:
TicketTypeAttribute.Builder
- Enclosing class:
- TicketTypeAttribute
public static interface TicketTypeAttribute.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TicketTypeAttribute.Builderfrom(TicketTypeAttribute other)TicketTypeAttribute.WorkspaceIdStageid(java.lang.String id)The id representing the ticket type attribute.
-
-
-
Method Detail
-
id
TicketTypeAttribute.WorkspaceIdStage id(@NotNull java.lang.String id)
The id representing the ticket type attribute.
-
from
TicketTypeAttribute.Builder from(TicketTypeAttribute other)
-
-