public static enum BuilderToken.PROJECTION extends Enum<BuilderToken.PROJECTION>
| Enum Constant and Description |
|---|
FIELDS
Specify the fields to return $fields : {name1 : 0/1, name2 : 0/1, ...}
|
USAGE
UsageContract reference that will be used to select the binary object version to return $usage : contractId
|
| Modifier and Type | Method and Description |
|---|---|
String |
exactToken() |
static BuilderToken.PROJECTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuilderToken.PROJECTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuilderToken.PROJECTION FIELDS
public static final BuilderToken.PROJECTION USAGE
public static BuilderToken.PROJECTION[] values()
for (BuilderToken.PROJECTION c : BuilderToken.PROJECTION.values()) System.out.println(c);
public static BuilderToken.PROJECTION 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 nullpublic final String exactToken()
Copyright © 2018 Vitam. All rights reserved.