Uses of Class
eu.clarin.sru.client.SRUVersion
-
-
Uses of SRUVersion in eu.clarin.sru.client
Fields in eu.clarin.sru.client declared as SRUVersion Modifier and Type Field Description static SRUVersion
SRUClientConfig. DEFAULT_SRU_VERSION
default version the client will use, if not otherwise specifiedprotected SRUVersion
SRUAbstractRequest. version
The version to be used for this request.protected SRUVersion
SRUAbstractRequest. version
The version to be used for this request.protected SRUVersion
SRUAbstractRequest. version
The version to be used for this request.Methods in eu.clarin.sru.client that return SRUVersion Modifier and Type Method Description SRUVersion
SRUClientConfig. getDefaultVersion()
Get default SRU version to be used.SRUVersion
SRUExplainRecordData.ServerInfo. getVersion()
static SRUVersion
SRUVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static SRUVersion[]
SRUVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.clarin.sru.client with parameters of type SRUVersion Modifier and Type Method Description boolean
SRUVersion. isVersion(SRUVersion version)
boolean
SRUVersion. isVersion(SRUVersion min, SRUVersion max)
SRUClientConfig.Builder
SRUClientConfig.Builder. setDefaultVersion(SRUVersion defaultVersion)
Set the default SRU version to be used.
-