Uses of Class
eu.clarin.sru.client.SRUOperation
-
-
Uses of SRUOperation in eu.clarin.sru.client
Methods in eu.clarin.sru.client that return SRUOperation Modifier and Type Method Description SRUOperation
SRUExplainRequest. getOperation()
SRUOperation
SRUScanRequest. getOperation()
SRUOperation
SRUSearchRetrieveRequest. getOperation()
static SRUOperation
SRUOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static SRUOperation[]
SRUOperation. 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 SRUOperation Modifier and Type Method Description String
SRURequestAuthenticator. createAuthenticationHeaderValue(SRUOperation operation, String endpointURI)
Make an HTTP Authentication header value for a SRU request.
-