Interface DeleteTicketRequest.TicketIdStage
-
- All Known Implementing Classes:
DeleteTicketRequest.Builder
- Enclosing class:
- DeleteTicketRequest
public static interface DeleteTicketRequest.TicketIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteTicketRequest.Builderfrom(DeleteTicketRequest other)DeleteTicketRequest._FinalStageticketId(java.lang.String ticketId)The unique identifier for the ticket which is given by Intercom.
-
-
-
Method Detail
-
ticketId
DeleteTicketRequest._FinalStage ticketId(@NotNull java.lang.String ticketId)
The unique identifier for the ticket which is given by Intercom.
-
from
DeleteTicketRequest.Builder from(DeleteTicketRequest other)
-
-