Interface UserPhoneConfig.Builder

    • Method Detail

      • 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, PhoneType
      • 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.