Class AdminReplyTicketRequest.ReplyOptionsItem.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.types.AdminReplyTicketRequest.ReplyOptionsItem.Builder
-
- All Implemented Interfaces:
AdminReplyTicketRequest.ReplyOptionsItem._FinalStage,AdminReplyTicketRequest.ReplyOptionsItem.TextStage,AdminReplyTicketRequest.ReplyOptionsItem.UuidStage
- Enclosing class:
- AdminReplyTicketRequest.ReplyOptionsItem
public static final class AdminReplyTicketRequest.ReplyOptionsItem.Builder extends java.lang.Object implements AdminReplyTicketRequest.ReplyOptionsItem.TextStage, AdminReplyTicketRequest.ReplyOptionsItem.UuidStage, AdminReplyTicketRequest.ReplyOptionsItem._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminReplyTicketRequest.ReplyOptionsItembuild()AdminReplyTicketRequest.ReplyOptionsItem.Builderfrom(AdminReplyTicketRequest.ReplyOptionsItem other)AdminReplyTicketRequest.ReplyOptionsItem.UuidStagetext(java.lang.String text)The text to display in this quick reply option.AdminReplyTicketRequest.ReplyOptionsItem._FinalStageuuid(java.lang.String uuid)A unique identifier for this quick reply option.
-
-
-
Method Detail
-
from
public AdminReplyTicketRequest.ReplyOptionsItem.Builder from(AdminReplyTicketRequest.ReplyOptionsItem other)
- Specified by:
fromin interfaceAdminReplyTicketRequest.ReplyOptionsItem.TextStage
-
text
public AdminReplyTicketRequest.ReplyOptionsItem.UuidStage text(@NotNull java.lang.String text)
The text to display in this quick reply option.
The text to display in this quick reply option.
- Specified by:
textin interfaceAdminReplyTicketRequest.ReplyOptionsItem.TextStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
uuid
public AdminReplyTicketRequest.ReplyOptionsItem._FinalStage uuid(@NotNull java.lang.String uuid)
A unique identifier for this quick reply option. This value will be available within the metadata of the comment ticket part that is created when a user clicks on this reply option.
A unique identifier for this quick reply option. This value will be available within the metadata of the comment ticket part that is created when a user clicks on this reply option.
- Specified by:
uuidin interfaceAdminReplyTicketRequest.ReplyOptionsItem.UuidStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public AdminReplyTicketRequest.ReplyOptionsItem build()
- Specified by:
buildin interfaceAdminReplyTicketRequest.ReplyOptionsItem._FinalStage
-
-