Interface PhoneNumberCapabilities.Builder

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

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

    • inboundCall

      PhoneNumberCapabilities.Builder inboundCall(Boolean inboundCall)

      Allows or denies inbound calling for the specified phone number.

      Parameters:
      inboundCall - Allows or denies inbound calling for the specified phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outboundCall

      PhoneNumberCapabilities.Builder outboundCall(Boolean outboundCall)

      Allows or denies outbound calling for the specified phone number.

      Parameters:
      outboundCall - Allows or denies outbound calling for the specified phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inboundSMS

      PhoneNumberCapabilities.Builder inboundSMS(Boolean inboundSMS)

      Allows or denies inbound SMS messaging for the specified phone number.

      Parameters:
      inboundSMS - Allows or denies inbound SMS messaging for the specified phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outboundSMS

      PhoneNumberCapabilities.Builder outboundSMS(Boolean outboundSMS)

      Allows or denies outbound SMS messaging for the specified phone number.

      Parameters:
      outboundSMS - Allows or denies outbound SMS messaging for the specified phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inboundMMS

      PhoneNumberCapabilities.Builder inboundMMS(Boolean inboundMMS)

      Allows or denies inbound MMS messaging for the specified phone number.

      Parameters:
      inboundMMS - Allows or denies inbound MMS messaging for the specified phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outboundMMS

      PhoneNumberCapabilities.Builder outboundMMS(Boolean outboundMMS)

      Allows or denies outbound MMS messaging for the specified phone number.

      Parameters:
      outboundMMS - Allows or denies outbound MMS messaging for the specified phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.