Interface PhoneNumberConfig.Builder

  • Method Details

    • channel

      The channel for this phone number configuration. Only VOICE is supported for this data type.

      Parameters:
      channel - The channel for this phone number configuration. Only VOICE is supported for this data type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • channel

      The channel for this phone number configuration. Only VOICE is supported for this data type.

      Parameters:
      channel - The channel for this phone number configuration. Only VOICE is supported for this data type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • phoneType

      PhoneNumberConfig.Builder phoneType(String phoneType)

      The phone type. Valid values: SOFT_PHONE, DESK_PHONE.

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

      PhoneNumberConfig.Builder phoneType(PhoneType phoneType)

      The phone type. Valid values: SOFT_PHONE, DESK_PHONE.

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

      PhoneNumberConfig.Builder phoneNumber(String phoneNumber)

      The phone number for the user's desk phone.

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