Class SnoozeConversationRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.types.SnoozeConversationRequest.Builder
-
- All Implemented Interfaces:
SnoozeConversationRequest._FinalStage,SnoozeConversationRequest.AdminIdStage,SnoozeConversationRequest.SnoozedUntilStage
- Enclosing class:
- SnoozeConversationRequest
public static final class SnoozeConversationRequest.Builder extends java.lang.Object implements SnoozeConversationRequest.AdminIdStage, SnoozeConversationRequest.SnoozedUntilStage, SnoozeConversationRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnoozeConversationRequest.SnoozedUntilStageadminId(java.lang.String adminId)The id of the admin who is performing the action.SnoozeConversationRequestbuild()SnoozeConversationRequest.Builderfrom(SnoozeConversationRequest other)SnoozeConversationRequest._FinalStagesnoozedUntil(int snoozedUntil)The time you want the conversation to reopen.
-
-
-
Method Detail
-
from
public SnoozeConversationRequest.Builder from(SnoozeConversationRequest other)
- Specified by:
fromin interfaceSnoozeConversationRequest.AdminIdStage
-
adminId
public SnoozeConversationRequest.SnoozedUntilStage adminId(@NotNull java.lang.String adminId)
The id of the admin who is performing the action.
The id of the admin who is performing the action.
- Specified by:
adminIdin interfaceSnoozeConversationRequest.AdminIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
snoozedUntil
public SnoozeConversationRequest._FinalStage snoozedUntil(int snoozedUntil)
The time you want the conversation to reopen.
The time you want the conversation to reopen.
- Specified by:
snoozedUntilin interfaceSnoozeConversationRequest.SnoozedUntilStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public SnoozeConversationRequest build()
- Specified by:
buildin interfaceSnoozeConversationRequest._FinalStage
-
-