public enum SafeSearchFilterType extends java.lang.Enum<SafeSearchFilterType>
| Enum Constant and Description |
|---|
MODERATE
moderate
|
STRICT
strict
|
UNEXPECTED_VALUE
For SafeSearchFilterType values that were not expected from the service
|
USER_DEFINED
user Defined
|
| Modifier and Type | Method and Description |
|---|---|
static SafeSearchFilterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SafeSearchFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SafeSearchFilterType USER_DEFINED
public static final SafeSearchFilterType STRICT
public static final SafeSearchFilterType MODERATE
public static final SafeSearchFilterType UNEXPECTED_VALUE
public static SafeSearchFilterType[] values()
for (SafeSearchFilterType c : SafeSearchFilterType.values()) System.out.println(c);
public static SafeSearchFilterType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null