public class OAIRequestParameters extends Object
| Constructor and Description |
|---|
OAIRequestParameters(Map<String,List<String>> map) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom() |
String |
getIdentifier() |
String |
getMetadataPrefix() |
String |
getResumptionToken() |
String |
getSet() |
String |
getUntil() |
String |
getVerb() |
void |
onlyHasKnownParameters() |
String |
requestID() |
public String getFrom() throws DuplicateDefinitionException, UnknownParameterException, IllegalVerbException
public String getIdentifier() throws DuplicateDefinitionException, UnknownParameterException, IllegalVerbException
public String getMetadataPrefix() throws DuplicateDefinitionException, UnknownParameterException, IllegalVerbException
public String getResumptionToken() throws DuplicateDefinitionException, UnknownParameterException, IllegalVerbException
public String getSet() throws DuplicateDefinitionException, UnknownParameterException, IllegalVerbException
public String getUntil() throws DuplicateDefinitionException, UnknownParameterException, IllegalVerbException
public String getVerb() throws IllegalVerbException, UnknownParameterException, IllegalVerbException
public String requestID()
public void onlyHasKnownParameters()
throws UnknownParameterException,
IllegalVerbException
Copyright © 2020. All rights reserved.