Enum Class BuilderToken.QUERYARGS
java.lang.Object
java.lang.Enum<BuilderToken.QUERYARGS>
fr.gouv.vitam.common.database.builder.request.configuration.BuilderToken.QUERYARGS
- All Implemented Interfaces:
Serializable
,Comparable<BuilderToken.QUERYARGS>
,Constable
- Enclosing class:
- BuilderToken
Query args model
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionUsed in Set Depth (relative) part of each requestUsed in Set Depth (exact) part of each requestUsed in MLT queriesUsed in MLT queriesUsed in Match request -
Method Summary
Modifier and TypeMethodDescriptionfinal String
static BuilderToken.QUERYARGS
Returns the enum constant of this class with the specified name.static BuilderToken.QUERYARGS[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LIKE
Used in MLT queries -
FIELDS
Used in MLT queries -
MAX_EXPANSIONS
Used in Match request -
EXACTDEPTH
Used in Set Depth (exact) part of each request -
DEPTH
Used in Set Depth (relative) part of each request
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
exactToken
- Returns:
- the exact token
-