Package com.intercom.api.types
Interface CreateTicketTypeRequest.NameStage
-
- All Known Implementing Classes:
CreateTicketTypeRequest.Builder
- Enclosing class:
- CreateTicketTypeRequest
public static interface CreateTicketTypeRequest.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTicketTypeRequest.Builderfrom(CreateTicketTypeRequest other)CreateTicketTypeRequest._FinalStagename(java.lang.String name)The name of the ticket type.
-
-
-
Method Detail
-
name
CreateTicketTypeRequest._FinalStage name(@NotNull java.lang.String name)
The name of the ticket type.
-
from
CreateTicketTypeRequest.Builder from(CreateTicketTypeRequest other)
-
-