Interface TelephonySettings.Builder

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

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

    • inboundCalling

      TelephonySettings.Builder inboundCalling(Boolean inboundCalling)

      Allows or denies inbound calling.

      Parameters:
      inboundCalling - Allows or denies inbound calling.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outboundCalling

      TelephonySettings.Builder outboundCalling(Boolean outboundCalling)

      Allows or denies outbound calling.

      Parameters:
      outboundCalling - Allows or denies outbound calling.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sms

      Allows or denies SMS messaging.

      Parameters:
      sms - Allows or denies SMS messaging.
      Returns:
      Returns a reference to this object so that method calls can be chained together.