Uses of Class
eu.clarin.sru.client.SRUVersion
- 
- 
Uses of SRUVersion in eu.clarin.sru.clientFields in eu.clarin.sru.client declared as SRUVersion Modifier and Type Field Description static SRUVersionSRUClientConfig. DEFAULT_SRU_VERSIONdefault version the client will use, if not otherwise specifiedprotected SRUVersionSRUAbstractRequest. versionThe version to be used for this request.protected SRUVersionSRUAbstractRequest. versionThe version to be used for this request.protected SRUVersionSRUAbstractRequest. versionThe version to be used for this request.Methods in eu.clarin.sru.client that return SRUVersion Modifier and Type Method Description SRUVersionSRUClientConfig. getDefaultVersion()Get default SRU version to be used.SRUVersionSRUInvalidVersionException. getDetectedVersion()The SRU Version of the SRU Response.SRUVersionSRUInvalidVersionException. getRequestedVersion()The SRU Version of the SRU Request.SRUVersionSRUExplainRecordData.ServerInfo. getVersion()static SRUVersionSRUVersion. 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 booleanSRUVersion. isVersion(SRUVersion version)booleanSRUVersion. isVersion(SRUVersion min, SRUVersion max)SRUClientConfig.BuilderSRUClientConfig.Builder. setDefaultVersion(SRUVersion defaultVersion)Set the default SRU version to be used.Constructors in eu.clarin.sru.client with parameters of type SRUVersion Constructor Description SRUInvalidVersionException(String message, SRUVersion requestedVersion, SRUVersion detectedVersion)Constructor
 
-