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.
When returned by a SearchUsers call, AfterContactWorkTimeLimit is returned in
milliseconds.
afterContactWorkTimeLimit - The After Call Work (ACW) timeout setting, in seconds.
When returned by a SearchUsers call, AfterContactWorkTimeLimit is returned
in milliseconds.
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 © 2023. All rights reserved.