Interface PhoneNumberCountry.Builder

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

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

    • countryCode

      PhoneNumberCountry.Builder countryCode(String countryCode)

      The phone number country code. Format: ISO 3166-1 alpha-2.

      Parameters:
      countryCode - The phone number country code. Format: ISO 3166-1 alpha-2.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedPhoneNumberTypesWithStrings

      PhoneNumberCountry.Builder supportedPhoneNumberTypesWithStrings(Collection<String> supportedPhoneNumberTypes)

      The supported phone number types.

      Parameters:
      supportedPhoneNumberTypes - The supported phone number types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedPhoneNumberTypesWithStrings

      PhoneNumberCountry.Builder supportedPhoneNumberTypesWithStrings(String... supportedPhoneNumberTypes)

      The supported phone number types.

      Parameters:
      supportedPhoneNumberTypes - The supported phone number types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedPhoneNumberTypes

      PhoneNumberCountry.Builder supportedPhoneNumberTypes(Collection<PhoneNumberType> supportedPhoneNumberTypes)

      The supported phone number types.

      Parameters:
      supportedPhoneNumberTypes - The supported phone number types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedPhoneNumberTypes

      PhoneNumberCountry.Builder supportedPhoneNumberTypes(PhoneNumberType... supportedPhoneNumberTypes)

      The supported phone number types.

      Parameters:
      supportedPhoneNumberTypes - The supported phone number types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.