public static enum BuilderToken.QUERYARGS extends Enum<BuilderToken.QUERYARGS>
Enum Constant and Description |
---|
DEPTH
Used in Set Depth (relative) part of each request
|
EXACTDEPTH
Used in Set Depth (exact) part of each request
|
FIELDS
Used in MLT queries
|
LIKE
Used in MLT queries
|
MAX_EXPANSIONS
Used in Match request
|
Modifier and Type | Method and Description |
---|---|
String |
exactToken() |
static BuilderToken.QUERYARGS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuilderToken.QUERYARGS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuilderToken.QUERYARGS LIKE
public static final BuilderToken.QUERYARGS FIELDS
public static final BuilderToken.QUERYARGS MAX_EXPANSIONS
public static final BuilderToken.QUERYARGS EXACTDEPTH
public static final BuilderToken.QUERYARGS DEPTH
public static BuilderToken.QUERYARGS[] values()
for (BuilderToken.QUERYARGS c : BuilderToken.QUERYARGS.values()) System.out.println(c);
public static BuilderToken.QUERYARGS 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.