Interface UserPhoneConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UserPhoneConfig.Builder,UserPhoneConfig>, SdkBuilder<UserPhoneConfig.Builder,UserPhoneConfig>, SdkPojo
Enclosing class:
UserPhoneConfig

public static interface UserPhoneConfig.Builder extends SdkPojo, CopyableBuilder<UserPhoneConfig.Builder,UserPhoneConfig>
  • Method Details

    • phoneType

      UserPhoneConfig.Builder phoneType(String phoneType)

      The phone type.

      Parameters:
      phoneType - The phone type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • phoneType

      UserPhoneConfig.Builder phoneType(PhoneType phoneType)

      The phone type.

      Parameters:
      phoneType - The phone type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • autoAccept

      UserPhoneConfig.Builder autoAccept(Boolean autoAccept)

      The Auto accept setting.

      Parameters:
      autoAccept - The Auto accept setting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • afterContactWorkTimeLimit

      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.

      Parameters:
      afterContactWorkTimeLimit - The After Call Work (ACW) timeout setting, in seconds.

      When returned by a SearchUsers call, AfterContactWorkTimeLimit is returned in milliseconds.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deskPhoneNumber

      UserPhoneConfig.Builder deskPhoneNumber(String deskPhoneNumber)

      The phone number for the user's desk phone.

      Parameters:
      deskPhoneNumber - The phone number for the user's desk phone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.