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