public static interface UserPhoneConfig.Builder extends SdkPojo, CopyableBuilder<UserPhoneConfig.Builder,UserPhoneConfig>
| Modifier and Type | Method and Description |
|---|---|
UserPhoneConfig.Builder |
afterContactWorkTimeLimit(Integer afterContactWorkTimeLimit)
The After Call Work (ACW) timeout setting, in seconds.
|
UserPhoneConfig.Builder |
autoAccept(Boolean autoAccept)
The Auto accept setting.
|
UserPhoneConfig.Builder |
deskPhoneNumber(String deskPhoneNumber)
The phone number for the user's desk phone.
|
UserPhoneConfig.Builder |
phoneType(PhoneType phoneType)
The phone type.
|
UserPhoneConfig.Builder |
phoneType(String phoneType)
The phone type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserPhoneConfig.Builder phoneType(String phoneType)
The phone type.
UserPhoneConfig.Builder phoneType(PhoneType phoneType)
The phone type.
UserPhoneConfig.Builder autoAccept(Boolean autoAccept)
The Auto accept setting.
autoAccept - The Auto accept setting.UserPhoneConfig.Builder afterContactWorkTimeLimit(Integer afterContactWorkTimeLimit)
The After Call Work (ACW) timeout setting, in seconds.
afterContactWorkTimeLimit - The After Call Work (ACW) timeout setting, in seconds.UserPhoneConfig.Builder deskPhoneNumber(String deskPhoneNumber)
The phone number for the user's desk phone.
deskPhoneNumber - The phone number for the user's desk phone.Copyright © 2021. All rights reserved.