Enum Class UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
java.lang.Object
java.lang.Enum<UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory>
com.google.ads.googleads.v18.enums.UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory>,Constable
- Enclosing class:
- UserListCustomerTypeCategoryEnum
public static enum UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory
extends Enum<UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory>
implements com.google.protobuf.ProtocolMessageEnum
Enum containing possible user list customer type categories.Protobuf enum
google.ads.googleads.v18.enums.UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCustomer type category for all customers.Customer type category for cart abandoners.Customer type category for converted leads.Customer type category for disengaged purchasers.Customer type category for high value purchasers.Customer type category for loyalty signups.Customer type category for loyalty tier 1 members.Customer type category for loyalty tier 2 members.Customer type category for loyalty tier 3 members.Customer type category for loyalty tier 4 members.Customer type category for loyalty tier 5 members.Customer type category for loyalty tier 6 members.Customer type category for loyalty tier 7 members.Customer type category for paid subscribers.Customer type category for all purchasers.Customer type category for qualified leads.Unknown type.Not specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCustomer type category for all customers.static final intCustomer type category for cart abandoners.static final intCustomer type category for converted leads.static final intCustomer type category for disengaged purchasers.static final intCustomer type category for high value purchasers.static final intCustomer type category for loyalty signups.static final intCustomer type category for loyalty tier 1 members.static final intCustomer type category for loyalty tier 2 members.static final intCustomer type category for loyalty tier 3 members.static final intCustomer type category for loyalty tier 4 members.static final intCustomer type category for loyalty tier 5 members.static final intCustomer type category for loyalty tier 6 members.static final intCustomer type category for loyalty tier 7 members.static final intCustomer type category for paid subscribers.static final intCustomer type category for all purchasers.static final intCustomer type category for qualified leads.static final intUnknown type.static final intNot specified. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED
Not specified.
UNSPECIFIED = 0; -
UNKNOWN
Unknown type.
UNKNOWN = 1; -
ALL_CUSTOMERS
Customer type category for all customers.
ALL_CUSTOMERS = 2; -
PURCHASERS
Customer type category for all purchasers.
PURCHASERS = 3; -
HIGH_VALUE_CUSTOMERS
public static final UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory HIGH_VALUE_CUSTOMERSCustomer type category for high value purchasers.
HIGH_VALUE_CUSTOMERS = 4; -
DISENGAGED_CUSTOMERS
public static final UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory DISENGAGED_CUSTOMERSCustomer type category for disengaged purchasers.
DISENGAGED_CUSTOMERS = 5; -
QUALIFIED_LEADS
Customer type category for qualified leads.
QUALIFIED_LEADS = 6; -
CONVERTED_LEADS
Customer type category for converted leads.
CONVERTED_LEADS = 7; -
PAID_SUBSCRIBERS
Customer type category for paid subscribers.
PAID_SUBSCRIBERS = 8; -
LOYALTY_SIGN_UPS
Customer type category for loyalty signups.
LOYALTY_SIGN_UPS = 9; -
CART_ABANDONERS
Customer type category for cart abandoners.
CART_ABANDONERS = 10; -
LOYALTY_TIER_1_MEMBERS
public static final UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory LOYALTY_TIER_1_MEMBERSCustomer type category for loyalty tier 1 members.
LOYALTY_TIER_1_MEMBERS = 11; -
LOYALTY_TIER_2_MEMBERS
public static final UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory LOYALTY_TIER_2_MEMBERSCustomer type category for loyalty tier 2 members.
LOYALTY_TIER_2_MEMBERS = 12; -
LOYALTY_TIER_3_MEMBERS
public static final UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory LOYALTY_TIER_3_MEMBERSCustomer type category for loyalty tier 3 members.
LOYALTY_TIER_3_MEMBERS = 13; -
LOYALTY_TIER_4_MEMBERS
public static final UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory LOYALTY_TIER_4_MEMBERSCustomer type category for loyalty tier 4 members.
LOYALTY_TIER_4_MEMBERS = 14; -
LOYALTY_TIER_5_MEMBERS
public static final UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory LOYALTY_TIER_5_MEMBERSCustomer type category for loyalty tier 5 members.
LOYALTY_TIER_5_MEMBERS = 15; -
LOYALTY_TIER_6_MEMBERS
public static final UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory LOYALTY_TIER_6_MEMBERSCustomer type category for loyalty tier 6 members.
LOYALTY_TIER_6_MEMBERS = 16; -
LOYALTY_TIER_7_MEMBERS
public static final UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory LOYALTY_TIER_7_MEMBERSCustomer type category for loyalty tier 7 members.
LOYALTY_TIER_7_MEMBERS = 17; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUnknown type.
UNKNOWN = 1;- See Also:
-
ALL_CUSTOMERS_VALUE
public static final int ALL_CUSTOMERS_VALUECustomer type category for all customers.
ALL_CUSTOMERS = 2;- See Also:
-
PURCHASERS_VALUE
public static final int PURCHASERS_VALUECustomer type category for all purchasers.
PURCHASERS = 3;- See Also:
-
HIGH_VALUE_CUSTOMERS_VALUE
public static final int HIGH_VALUE_CUSTOMERS_VALUECustomer type category for high value purchasers.
HIGH_VALUE_CUSTOMERS = 4;- See Also:
-
DISENGAGED_CUSTOMERS_VALUE
public static final int DISENGAGED_CUSTOMERS_VALUECustomer type category for disengaged purchasers.
DISENGAGED_CUSTOMERS = 5;- See Also:
-
QUALIFIED_LEADS_VALUE
public static final int QUALIFIED_LEADS_VALUECustomer type category for qualified leads.
QUALIFIED_LEADS = 6;- See Also:
-
CONVERTED_LEADS_VALUE
public static final int CONVERTED_LEADS_VALUECustomer type category for converted leads.
CONVERTED_LEADS = 7;- See Also:
-
PAID_SUBSCRIBERS_VALUE
public static final int PAID_SUBSCRIBERS_VALUECustomer type category for paid subscribers.
PAID_SUBSCRIBERS = 8;- See Also:
-
LOYALTY_SIGN_UPS_VALUE
public static final int LOYALTY_SIGN_UPS_VALUECustomer type category for loyalty signups.
LOYALTY_SIGN_UPS = 9;- See Also:
-
CART_ABANDONERS_VALUE
public static final int CART_ABANDONERS_VALUECustomer type category for cart abandoners.
CART_ABANDONERS = 10;- See Also:
-
LOYALTY_TIER_1_MEMBERS_VALUE
public static final int LOYALTY_TIER_1_MEMBERS_VALUECustomer type category for loyalty tier 1 members.
LOYALTY_TIER_1_MEMBERS = 11;- See Also:
-
LOYALTY_TIER_2_MEMBERS_VALUE
public static final int LOYALTY_TIER_2_MEMBERS_VALUECustomer type category for loyalty tier 2 members.
LOYALTY_TIER_2_MEMBERS = 12;- See Also:
-
LOYALTY_TIER_3_MEMBERS_VALUE
public static final int LOYALTY_TIER_3_MEMBERS_VALUECustomer type category for loyalty tier 3 members.
LOYALTY_TIER_3_MEMBERS = 13;- See Also:
-
LOYALTY_TIER_4_MEMBERS_VALUE
public static final int LOYALTY_TIER_4_MEMBERS_VALUECustomer type category for loyalty tier 4 members.
LOYALTY_TIER_4_MEMBERS = 14;- See Also:
-
LOYALTY_TIER_5_MEMBERS_VALUE
public static final int LOYALTY_TIER_5_MEMBERS_VALUECustomer type category for loyalty tier 5 members.
LOYALTY_TIER_5_MEMBERS = 15;- See Also:
-
LOYALTY_TIER_6_MEMBERS_VALUE
public static final int LOYALTY_TIER_6_MEMBERS_VALUECustomer type category for loyalty tier 6 members.
LOYALTY_TIER_6_MEMBERS = 16;- See Also:
-
LOYALTY_TIER_7_MEMBERS_VALUE
public static final int LOYALTY_TIER_7_MEMBERS_VALUECustomer type category for loyalty tier 7 members.
LOYALTY_TIER_7_MEMBERS = 17;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-