Class ConfigureAwayAdminRequest.Builder
java.lang.Object
com.intercom.api.resources.admins.requests.ConfigureAwayAdminRequest.Builder
- All Implemented Interfaces:
ConfigureAwayAdminRequest._FinalStage,ConfigureAwayAdminRequest.AdminIdStage,ConfigureAwayAdminRequest.AwayModeEnabledStage,ConfigureAwayAdminRequest.AwayModeReassignStage
- Enclosing class:
ConfigureAwayAdminRequest
public static final class ConfigureAwayAdminRequest.Builder
extends Object
implements ConfigureAwayAdminRequest.AdminIdStage, ConfigureAwayAdminRequest.AwayModeEnabledStage, ConfigureAwayAdminRequest.AwayModeReassignStage, ConfigureAwayAdminRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of a given adminawayModeEnabled(boolean awayModeEnabled) Set to "true" to change the status of the admin to away.awayModeReassign(boolean awayModeReassign) Set to "true" to assign any new conversation replies to your default inbox.build()from(ConfigureAwayAdminRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceConfigureAwayAdminRequest.AdminIdStage
-
adminId
The unique identifier of a given admin
- Specified by:
adminIdin interfaceConfigureAwayAdminRequest.AdminIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
awayModeEnabled
Set to "true" to change the status of the admin to away.
- Specified by:
awayModeEnabledin interfaceConfigureAwayAdminRequest.AwayModeEnabledStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
awayModeReassign
Set to "true" to assign any new conversation replies to your default inbox.
- Specified by:
awayModeReassignin interfaceConfigureAwayAdminRequest.AwayModeReassignStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceConfigureAwayAdminRequest._FinalStage
-