Class DeleteTicketRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.tickets.requests.DeleteTicketRequest.Builder
-
- All Implemented Interfaces:
DeleteTicketRequest._FinalStage,DeleteTicketRequest.TicketIdStage
- Enclosing class:
- DeleteTicketRequest
public static final class DeleteTicketRequest.Builder extends java.lang.Object implements DeleteTicketRequest.TicketIdStage, DeleteTicketRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteTicketRequestbuild()DeleteTicketRequest.Builderfrom(DeleteTicketRequest other)DeleteTicketRequest._FinalStageticketId(java.lang.String ticketId)The unique identifier for the ticket which is given by Intercom.
-
-
-
Method Detail
-
from
public DeleteTicketRequest.Builder from(DeleteTicketRequest other)
- Specified by:
fromin interfaceDeleteTicketRequest.TicketIdStage
-
ticketId
public DeleteTicketRequest._FinalStage ticketId(@NotNull java.lang.String ticketId)
The unique identifier for the ticket which is given by Intercom.
The unique identifier for the ticket which is given by Intercom.
- Specified by:
ticketIdin interfaceDeleteTicketRequest.TicketIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public DeleteTicketRequest build()
- Specified by:
buildin interfaceDeleteTicketRequest._FinalStage
-
-