Enum LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType

    • Field Detail

      • UNSPECIFIED_VALUE

        public static final int UNSPECIFIED_VALUE
         Not specified.
         
        UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • UNKNOWN_VALUE

        public static final int UNKNOWN_VALUE
         Used for return value only. Represents value unknown in this version.
         
        UNKNOWN = 1;
        See Also:
        Constant Field Values
      • FULL_NAME_VALUE

        public static final int FULL_NAME_VALUE
         The user will be asked to fill in their given and family name. This field
         cannot be set at the same time as GIVEN_NAME or FAMILY_NAME.
         
        FULL_NAME = 2;
        See Also:
        Constant Field Values
      • EMAIL_VALUE

        public static final int EMAIL_VALUE
         The user will be asked to fill in their email address.
         
        EMAIL = 3;
        See Also:
        Constant Field Values
      • PHONE_NUMBER_VALUE

        public static final int PHONE_NUMBER_VALUE
         The user will be asked to fill in their phone number.
         
        PHONE_NUMBER = 4;
        See Also:
        Constant Field Values
      • POSTAL_CODE_VALUE

        public static final int POSTAL_CODE_VALUE
         The user will be asked to fill in their zip code.
         
        POSTAL_CODE = 5;
        See Also:
        Constant Field Values
      • CITY_VALUE

        public static final int CITY_VALUE
         The user will be asked to fill in their city.
         
        CITY = 9;
        See Also:
        Constant Field Values
      • REGION_VALUE

        public static final int REGION_VALUE
         The user will be asked to fill in their region part of the address (e.g.
         state for US, province for Canada).
         
        REGION = 10;
        See Also:
        Constant Field Values
      • COUNTRY_VALUE

        public static final int COUNTRY_VALUE
         The user will be asked to fill in their country.
         
        COUNTRY = 11;
        See Also:
        Constant Field Values
      • WORK_EMAIL_VALUE

        public static final int WORK_EMAIL_VALUE
         The user will be asked to fill in their work email address.
         
        WORK_EMAIL = 12;
        See Also:
        Constant Field Values
      • COMPANY_NAME_VALUE

        public static final int COMPANY_NAME_VALUE
         The user will be asked to fill in their company name.
         
        COMPANY_NAME = 13;
        See Also:
        Constant Field Values
      • WORK_PHONE_VALUE

        public static final int WORK_PHONE_VALUE
         The user will be asked to fill in their work phone.
         
        WORK_PHONE = 14;
        See Also:
        Constant Field Values
      • JOB_TITLE_VALUE

        public static final int JOB_TITLE_VALUE
         The user will be asked to fill in their job title.
         
        JOB_TITLE = 15;
        See Also:
        Constant Field Values
      • FIRST_NAME_VALUE

        public static final int FIRST_NAME_VALUE
         The user will be asked to fill in their first name. This
         field can not be set at the same time as FULL_NAME.
         
        FIRST_NAME = 23;
        See Also:
        Constant Field Values
      • LAST_NAME_VALUE

        public static final int LAST_NAME_VALUE
         The user will be asked to fill in their last name. This
         field can not be set at the same time as FULL_NAME.
         
        LAST_NAME = 24;
        See Also:
        Constant Field Values
      • VEHICLE_MODEL_VALUE

        public static final int VEHICLE_MODEL_VALUE
         Question: "Which model are you interested in?"
         Category: "Auto"
         
        VEHICLE_MODEL = 1001;
        See Also:
        Constant Field Values
      • VEHICLE_TYPE_VALUE

        public static final int VEHICLE_TYPE_VALUE
         Question: "Which type of vehicle are you interested in?"
         Category: "Auto"
         
        VEHICLE_TYPE = 1002;
        See Also:
        Constant Field Values
      • PREFERRED_DEALERSHIP_VALUE

        public static final int PREFERRED_DEALERSHIP_VALUE
         Question: "What is your preferred dealership?"
         Category: "Auto"
         
        PREFERRED_DEALERSHIP = 1003;
        See Also:
        Constant Field Values
      • VEHICLE_PURCHASE_TIMELINE_VALUE

        public static final int VEHICLE_PURCHASE_TIMELINE_VALUE
         Question: "When do you plan on purchasing a vehicle?"
         Category: "Auto"
         
        VEHICLE_PURCHASE_TIMELINE = 1004;
        See Also:
        Constant Field Values
      • VEHICLE_OWNERSHIP_VALUE

        public static final int VEHICLE_OWNERSHIP_VALUE
         Question: "Do you own a vehicle?"
         Category: "Auto"
         
        VEHICLE_OWNERSHIP = 1005;
        See Also:
        Constant Field Values
      • VEHICLE_PAYMENT_TYPE_VALUE

        public static final int VEHICLE_PAYMENT_TYPE_VALUE
         Question: "What vehicle ownership option are you interested in?"
         Category: "Auto"
         
        VEHICLE_PAYMENT_TYPE = 1009;
        See Also:
        Constant Field Values
      • VEHICLE_CONDITION_VALUE

        public static final int VEHICLE_CONDITION_VALUE
         Question: "What type of vehicle condition are you interested in?"
         Category: "Auto"
         
        VEHICLE_CONDITION = 1010;
        See Also:
        Constant Field Values
      • COMPANY_SIZE_VALUE

        public static final int COMPANY_SIZE_VALUE
         Question: "What size is your company?"
         Category: "Business"
         
        COMPANY_SIZE = 1006;
        See Also:
        Constant Field Values
      • ANNUAL_SALES_VALUE

        public static final int ANNUAL_SALES_VALUE
         Question: "What is your annual sales volume?"
         Category: "Business"
         
        ANNUAL_SALES = 1007;
        See Also:
        Constant Field Values
      • YEARS_IN_BUSINESS_VALUE

        public static final int YEARS_IN_BUSINESS_VALUE
         Question: "How many years have you been in business?"
         Category: "Business"
         
        YEARS_IN_BUSINESS = 1008;
        See Also:
        Constant Field Values
      • JOB_DEPARTMENT_VALUE

        public static final int JOB_DEPARTMENT_VALUE
         Question: "What is your job department?"
         Category: "Business"
         
        JOB_DEPARTMENT = 1011;
        See Also:
        Constant Field Values
      • JOB_ROLE_VALUE

        public static final int JOB_ROLE_VALUE
         Question: "What is your job role?"
         Category: "Business"
         
        JOB_ROLE = 1012;
        See Also:
        Constant Field Values
      • EDUCATION_PROGRAM_VALUE

        public static final int EDUCATION_PROGRAM_VALUE
         Question: "Which program are you interested in?"
         Category: "Education"
         
        EDUCATION_PROGRAM = 1013;
        See Also:
        Constant Field Values
      • EDUCATION_COURSE_VALUE

        public static final int EDUCATION_COURSE_VALUE
         Question: "Which course are you interested in?"
         Category: "Education"
         
        EDUCATION_COURSE = 1014;
        See Also:
        Constant Field Values
      • PRODUCT_VALUE

        public static final int PRODUCT_VALUE
         Question: "Which product are you interested in?"
         Category: "General"
         
        PRODUCT = 1016;
        See Also:
        Constant Field Values
      • SERVICE_VALUE

        public static final int SERVICE_VALUE
         Question: "Which service are you interested in?"
         Category: "General"
         
        SERVICE = 1017;
        See Also:
        Constant Field Values
      • OFFER_VALUE

        public static final int OFFER_VALUE
         Question: "Which offer are you interested in?"
         Category: "General"
         
        OFFER = 1018;
        See Also:
        Constant Field Values
      • CATEGORY_VALUE

        public static final int CATEGORY_VALUE
         Question: "Which category are you interested in?"
         Category: "General"
         
        CATEGORY = 1019;
        See Also:
        Constant Field Values
      • PREFERRED_CONTACT_METHOD_VALUE

        public static final int PREFERRED_CONTACT_METHOD_VALUE
         Question: "What is your preferred method of contact?"
         Category: "General"
         
        PREFERRED_CONTACT_METHOD = 1020;
        See Also:
        Constant Field Values
      • PREFERRED_LOCATION_VALUE

        public static final int PREFERRED_LOCATION_VALUE
         Question: "What is your preferred location?"
         Category: "General"
         
        PREFERRED_LOCATION = 1021;
        See Also:
        Constant Field Values
      • PREFERRED_CONTACT_TIME_VALUE

        public static final int PREFERRED_CONTACT_TIME_VALUE
         Question: "What is the best time to contact you?"
         Category: "General"
         
        PREFERRED_CONTACT_TIME = 1022;
        See Also:
        Constant Field Values
      • PURCHASE_TIMELINE_VALUE

        public static final int PURCHASE_TIMELINE_VALUE
         Question: "When are you looking to make a purchase?"
         Category: "General"
         
        PURCHASE_TIMELINE = 1023;
        See Also:
        Constant Field Values
      • YEARS_OF_EXPERIENCE_VALUE

        public static final int YEARS_OF_EXPERIENCE_VALUE
         Question: "How many years of work experience do you have?"
         Category: "Jobs"
         
        YEARS_OF_EXPERIENCE = 1048;
        See Also:
        Constant Field Values
      • JOB_INDUSTRY_VALUE

        public static final int JOB_INDUSTRY_VALUE
         Question: "What industry do you work in?"
         Category: "Jobs"
         
        JOB_INDUSTRY = 1049;
        See Also:
        Constant Field Values
      • LEVEL_OF_EDUCATION_VALUE

        public static final int LEVEL_OF_EDUCATION_VALUE
         Question: "What is your highest level of education?"
         Category: "Jobs"
         
        LEVEL_OF_EDUCATION = 1050;
        See Also:
        Constant Field Values
      • PROPERTY_TYPE_VALUE

        public static final int PROPERTY_TYPE_VALUE
         Question: "What type of property are you looking for?"
         Category: "Real Estate"
         
        PROPERTY_TYPE = 1024;
        See Also:
        Constant Field Values
      • REALTOR_HELP_GOAL_VALUE

        public static final int REALTOR_HELP_GOAL_VALUE
         Question: "What do you need a realtor's help with?"
         Category: "Real Estate"
         
        REALTOR_HELP_GOAL = 1025;
        See Also:
        Constant Field Values
      • PROPERTY_COMMUNITY_VALUE

        public static final int PROPERTY_COMMUNITY_VALUE
         Question: "What neighborhood are you interested in?"
         Category: "Real Estate"
         
        PROPERTY_COMMUNITY = 1026;
        See Also:
        Constant Field Values
      • PRICE_RANGE_VALUE

        public static final int PRICE_RANGE_VALUE
         Question: "What price range are you looking for?"
         Category: "Real Estate"
         
        PRICE_RANGE = 1027;
        See Also:
        Constant Field Values
      • NUMBER_OF_BEDROOMS_VALUE

        public static final int NUMBER_OF_BEDROOMS_VALUE
         Question: "How many bedrooms are you looking for?"
         Category: "Real Estate"
         
        NUMBER_OF_BEDROOMS = 1028;
        See Also:
        Constant Field Values
      • FURNISHED_PROPERTY_VALUE

        public static final int FURNISHED_PROPERTY_VALUE
         Question: "Are you looking for a fully furnished property?"
         Category: "Real Estate"
         
        FURNISHED_PROPERTY = 1029;
        See Also:
        Constant Field Values
      • PETS_ALLOWED_PROPERTY_VALUE

        public static final int PETS_ALLOWED_PROPERTY_VALUE
         Question: "Are you looking for properties that allow pets?"
         Category: "Real Estate"
         
        PETS_ALLOWED_PROPERTY = 1030;
        See Also:
        Constant Field Values
      • NEXT_PLANNED_PURCHASE_VALUE

        public static final int NEXT_PLANNED_PURCHASE_VALUE
         Question: "What is the next product you plan to purchase?"
         Category: "Retail"
         
        NEXT_PLANNED_PURCHASE = 1031;
        See Also:
        Constant Field Values
      • EVENT_SIGNUP_INTEREST_VALUE

        public static final int EVENT_SIGNUP_INTEREST_VALUE
         Question: "Would you like to sign up for an event?"
         Category: "Retail"
         
        EVENT_SIGNUP_INTEREST = 1033;
        See Also:
        Constant Field Values
      • PREFERRED_SHOPPING_PLACES_VALUE

        public static final int PREFERRED_SHOPPING_PLACES_VALUE
         Question: "Where are you interested in shopping?"
         Category: "Retail"
         
        PREFERRED_SHOPPING_PLACES = 1034;
        See Also:
        Constant Field Values
      • FAVORITE_BRAND_VALUE

        public static final int FAVORITE_BRAND_VALUE
         Question: "What is your favorite brand?"
         Category: "Retail"
         
        FAVORITE_BRAND = 1035;
        See Also:
        Constant Field Values
      • TRANSPORTATION_COMMERCIAL_LICENSE_TYPE_VALUE

        public static final int TRANSPORTATION_COMMERCIAL_LICENSE_TYPE_VALUE
         Question: "Which type of valid commercial license do you have?"
         Category: "Transportation"
         
        TRANSPORTATION_COMMERCIAL_LICENSE_TYPE = 1036;
        See Also:
        Constant Field Values
      • EVENT_BOOKING_INTEREST_VALUE

        public static final int EVENT_BOOKING_INTEREST_VALUE
         Question: "Interested in booking an event?"
         Category: "Travel"
         
        EVENT_BOOKING_INTEREST = 1038;
        See Also:
        Constant Field Values
      • DESTINATION_COUNTRY_VALUE

        public static final int DESTINATION_COUNTRY_VALUE
         Question: "What is your destination country?"
         Category: "Travel"
         
        DESTINATION_COUNTRY = 1039;
        See Also:
        Constant Field Values
      • DESTINATION_CITY_VALUE

        public static final int DESTINATION_CITY_VALUE
         Question: "What is your destination city?"
         Category: "Travel"
         
        DESTINATION_CITY = 1040;
        See Also:
        Constant Field Values
      • DEPARTURE_COUNTRY_VALUE

        public static final int DEPARTURE_COUNTRY_VALUE
         Question: "What is your departure country?"
         Category: "Travel"
         
        DEPARTURE_COUNTRY = 1041;
        See Also:
        Constant Field Values
      • DEPARTURE_CITY_VALUE

        public static final int DEPARTURE_CITY_VALUE
         Question: "What is your departure city?"
         Category: "Travel"
         
        DEPARTURE_CITY = 1042;
        See Also:
        Constant Field Values
      • DEPARTURE_DATE_VALUE

        public static final int DEPARTURE_DATE_VALUE
         Question: "What is your departure date?"
         Category: "Travel"
         
        DEPARTURE_DATE = 1043;
        See Also:
        Constant Field Values
      • RETURN_DATE_VALUE

        public static final int RETURN_DATE_VALUE
         Question: "What is your return date?"
         Category: "Travel"
         
        RETURN_DATE = 1044;
        See Also:
        Constant Field Values
      • NUMBER_OF_TRAVELERS_VALUE

        public static final int NUMBER_OF_TRAVELERS_VALUE
         Question: "How many people are you traveling with?"
         Category: "Travel"
         
        NUMBER_OF_TRAVELERS = 1045;
        See Also:
        Constant Field Values
      • TRAVEL_BUDGET_VALUE

        public static final int TRAVEL_BUDGET_VALUE
         Question: "What is your travel budget?"
         Category: "Travel"
         
        TRAVEL_BUDGET = 1046;
        See Also:
        Constant Field Values
      • TRAVEL_ACCOMMODATION_VALUE

        public static final int TRAVEL_ACCOMMODATION_VALUE
         Question: "Where do you want to stay during your travel?"
         Category: "Travel"
         
        TRAVEL_ACCOMMODATION = 1047;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType c : LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null