public static enum BingImageDataset.ImageDataSourceQuery.License extends Enum<BingImageDataset.ImageDataSourceQuery.License>
Enum Constant and Description |
---|
All
Do not filter by license type.
|
Modify
Return images that may be modified, shared, and used.
|
ModifyCommercially
Return images that may be modified, shared, and used for personal
or commercial purposes.
|
Public
Return images where the creator has waived their exclusive
rights, to the fullest extent allowed by law.
|
Share
Return images that may be shared with others.
|
ShareCommercially
Return images that may be shared with others for personal or
commercial purposes.
|
Modifier and Type | Method and Description |
---|---|
static BingImageDataset.ImageDataSourceQuery.License |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BingImageDataset.ImageDataSourceQuery.License[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BingImageDataset.ImageDataSourceQuery.License Public
public static final BingImageDataset.ImageDataSourceQuery.License Share
public static final BingImageDataset.ImageDataSourceQuery.License ShareCommercially
public static final BingImageDataset.ImageDataSourceQuery.License Modify
public static final BingImageDataset.ImageDataSourceQuery.License ModifyCommercially
public static final BingImageDataset.ImageDataSourceQuery.License All
public static BingImageDataset.ImageDataSourceQuery.License[] values()
for (BingImageDataset.ImageDataSourceQuery.License c : BingImageDataset.ImageDataSourceQuery.License.values()) System.out.println(c);
public static BingImageDataset.ImageDataSourceQuery.License 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