Package com.intercom.api.types
Class SnoozeConversationRequest.Builder
java.lang.Object
com.intercom.api.types.SnoozeConversationRequest.Builder
- All Implemented Interfaces:
SnoozeConversationRequest._FinalStage,SnoozeConversationRequest.AdminIdStage,SnoozeConversationRequest.SnoozedUntilStage
- Enclosing class:
SnoozeConversationRequest
public static final class SnoozeConversationRequest.Builder
extends Object
implements SnoozeConversationRequest.AdminIdStage, SnoozeConversationRequest.SnoozedUntilStage, SnoozeConversationRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the admin who is performing the action.build()from(SnoozeConversationRequest other) snoozedUntil(int snoozedUntil) The time you want the conversation to reopen.
-
Method Details
-
from
- Specified by:
fromin interfaceSnoozeConversationRequest.AdminIdStage
-
adminId
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
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
- Specified by:
buildin interfaceSnoozeConversationRequest._FinalStage
-