public static enum BingImageDataset.ImageDataSourceQuery.SafeSearch extends Enum<BingImageDataset.ImageDataSourceQuery.SafeSearch>
Modifier and Type | Method and Description |
---|---|
static BingImageDataset.ImageDataSourceQuery.SafeSearch |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BingImageDataset.ImageDataSourceQuery.SafeSearch[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BingImageDataset.ImageDataSourceQuery.SafeSearch Off
public static final BingImageDataset.ImageDataSourceQuery.SafeSearch Moderate
public static final BingImageDataset.ImageDataSourceQuery.SafeSearch Strict
public static BingImageDataset.ImageDataSourceQuery.SafeSearch[] values()
for (BingImageDataset.ImageDataSourceQuery.SafeSearch c : BingImageDataset.ImageDataSourceQuery.SafeSearch.values()) System.out.println(c);
public static BingImageDataset.ImageDataSourceQuery.SafeSearch valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null