Class AttachTagToTicketRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.tags.requests.AttachTagToTicketRequest.Builder
-
- All Implemented Interfaces:
AttachTagToTicketRequest._FinalStage,AttachTagToTicketRequest.AdminIdStage,AttachTagToTicketRequest.IdStage,AttachTagToTicketRequest.TicketIdStage
- Enclosing class:
- AttachTagToTicketRequest
public static final class AttachTagToTicketRequest.Builder extends java.lang.Object implements AttachTagToTicketRequest.TicketIdStage, AttachTagToTicketRequest.IdStage, AttachTagToTicketRequest.AdminIdStage, AttachTagToTicketRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachTagToTicketRequest._FinalStageadminId(java.lang.String adminId)The unique identifier for the admin which is given by Intercom.AttachTagToTicketRequestbuild()AttachTagToTicketRequest.Builderfrom(AttachTagToTicketRequest other)AttachTagToTicketRequest.AdminIdStageid(java.lang.String id)The unique identifier for the tag which is given by IntercomAttachTagToTicketRequest.IdStageticketId(java.lang.String ticketId)ticket_id
-
-
-
Method Detail
-
from
public AttachTagToTicketRequest.Builder from(AttachTagToTicketRequest other)
- Specified by:
fromin interfaceAttachTagToTicketRequest.TicketIdStage
-
ticketId
public AttachTagToTicketRequest.IdStage ticketId(@NotNull java.lang.String ticketId)
ticket_id
ticket_id
- Specified by:
ticketIdin interfaceAttachTagToTicketRequest.TicketIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
id
public AttachTagToTicketRequest.AdminIdStage id(@NotNull java.lang.String id)
The unique identifier for the tag which is given by Intercom
The unique identifier for the tag which is given by Intercom
- Specified by:
idin interfaceAttachTagToTicketRequest.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
adminId
public AttachTagToTicketRequest._FinalStage adminId(@NotNull java.lang.String adminId)
The unique identifier for the admin which is given by Intercom.
The unique identifier for the admin which is given by Intercom.
- Specified by:
adminIdin interfaceAttachTagToTicketRequest.AdminIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public AttachTagToTicketRequest build()
- Specified by:
buildin interfaceAttachTagToTicketRequest._FinalStage
-
-