Interface SmartCampaignSetting.PhoneNumberOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCountryCode()
      Upper-case, two-letter country code as defined by ISO-3166.
      com.google.protobuf.ByteString getCountryCodeBytes()
      Upper-case, two-letter country code as defined by ISO-3166.
      java.lang.String getPhoneNumber()
      Phone number of the smart campaign.
      com.google.protobuf.ByteString getPhoneNumberBytes()
      Phone number of the smart campaign.
      boolean hasCountryCode()
      Upper-case, two-letter country code as defined by ISO-3166.
      boolean hasPhoneNumber()
      Phone number of the smart campaign.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasPhoneNumber

        boolean hasPhoneNumber()
         Phone number of the smart campaign.
         
        optional string phone_number = 1;
        Returns:
        Whether the phoneNumber field is set.
      • getPhoneNumber

        java.lang.String getPhoneNumber()
         Phone number of the smart campaign.
         
        optional string phone_number = 1;
        Returns:
        The phoneNumber.
      • getPhoneNumberBytes

        com.google.protobuf.ByteString getPhoneNumberBytes()
         Phone number of the smart campaign.
         
        optional string phone_number = 1;
        Returns:
        The bytes for phoneNumber.
      • hasCountryCode

        boolean hasCountryCode()
         Upper-case, two-letter country code as defined by ISO-3166.
         
        optional string country_code = 2;
        Returns:
        Whether the countryCode field is set.
      • getCountryCode

        java.lang.String getCountryCode()
         Upper-case, two-letter country code as defined by ISO-3166.
         
        optional string country_code = 2;
        Returns:
        The countryCode.
      • getCountryCodeBytes

        com.google.protobuf.ByteString getCountryCodeBytes()
         Upper-case, two-letter country code as defined by ISO-3166.
         
        optional string country_code = 2;
        Returns:
        The bytes for countryCode.