Class TagTicketRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.tags.requests.TagTicketRequest.Builder
-
- All Implemented Interfaces:
TagTicketRequest._FinalStage,TagTicketRequest.AdminIdStage,TagTicketRequest.TagIdStage,TagTicketRequest.TicketIdStage
- Enclosing class:
- TagTicketRequest
public static final class TagTicketRequest.Builder extends java.lang.Object implements TagTicketRequest.TicketIdStage, TagTicketRequest.TagIdStage, TagTicketRequest.AdminIdStage, TagTicketRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagTicketRequest._FinalStageadminId(java.lang.String adminId)The unique identifier for the admin which is given by Intercom.TagTicketRequestbuild()TagTicketRequest.Builderfrom(TagTicketRequest other)TagTicketRequest.AdminIdStagetagId(java.lang.String tagId)The unique identifier for the tag which is given by IntercomTagTicketRequest.TagIdStageticketId(java.lang.String ticketId)ticket_id
-
-
-
Method Detail
-
from
public TagTicketRequest.Builder from(TagTicketRequest other)
- Specified by:
fromin interfaceTagTicketRequest.TicketIdStage
-
ticketId
public TagTicketRequest.TagIdStage ticketId(@NotNull java.lang.String ticketId)
ticket_id
ticket_id
- Specified by:
ticketIdin interfaceTagTicketRequest.TicketIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
tagId
public TagTicketRequest.AdminIdStage tagId(@NotNull java.lang.String tagId)
The unique identifier for the tag which is given by Intercom
The unique identifier for the tag which is given by Intercom
- Specified by:
tagIdin interfaceTagTicketRequest.TagIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
adminId
public TagTicketRequest._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 interfaceTagTicketRequest.AdminIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public TagTicketRequest build()
- Specified by:
buildin interfaceTagTicketRequest._FinalStage
-
-