Enum FeedItemSet.DynamicSetFilterCase
- java.lang.Object
-
- java.lang.Enum<FeedItemSet.DynamicSetFilterCase>
-
- com.google.ads.googleads.v10.resources.FeedItemSet.DynamicSetFilterCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<FeedItemSet.DynamicSetFilterCase>
- Enclosing class:
- FeedItemSet
public static enum FeedItemSet.DynamicSetFilterCase extends java.lang.Enum<FeedItemSet.DynamicSetFilterCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DYNAMIC_AFFILIATE_LOCATION_SET_FILTERDYNAMIC_LOCATION_SET_FILTERDYNAMICSETFILTER_NOT_SET
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FeedItemSet.DynamicSetFilterCaseforNumber(int value)intgetNumber()static FeedItemSet.DynamicSetFilterCasevalueOf(int value)Deprecated.static FeedItemSet.DynamicSetFilterCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FeedItemSet.DynamicSetFilterCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DYNAMIC_LOCATION_SET_FILTER
public static final FeedItemSet.DynamicSetFilterCase DYNAMIC_LOCATION_SET_FILTER
-
DYNAMIC_AFFILIATE_LOCATION_SET_FILTER
public static final FeedItemSet.DynamicSetFilterCase DYNAMIC_AFFILIATE_LOCATION_SET_FILTER
-
DYNAMICSETFILTER_NOT_SET
public static final FeedItemSet.DynamicSetFilterCase DYNAMICSETFILTER_NOT_SET
-
-
Method Detail
-
values
public static FeedItemSet.DynamicSetFilterCase[] 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 (FeedItemSet.DynamicSetFilterCase c : FeedItemSet.DynamicSetFilterCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FeedItemSet.DynamicSetFilterCase 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 namejava.lang.NullPointerException- if the argument is null
-
valueOf
@Deprecated public static FeedItemSet.DynamicSetFilterCase 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 namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static FeedItemSet.DynamicSetFilterCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-