public class ResumptionToken extends Object
| Constructor and Description |
|---|
ResumptionToken() |
ResumptionToken(int offset) |
ResumptionToken(int offset,
OAIParameters parameters) |
ResumptionToken(int offset,
String metadataPrefix,
String set,
Date from,
Date until) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getFrom() |
String |
getMetadataPrefix() |
int |
getOffset() |
String |
getSet() |
Date |
getUntil() |
boolean |
hasFrom() |
boolean |
hasMetadataPrefix() |
boolean |
hasSet() |
boolean |
hasUntil() |
boolean |
isEmpty() |
public ResumptionToken(int offset,
String metadataPrefix,
String set,
Date from,
Date until)
public ResumptionToken(int offset)
public ResumptionToken()
public ResumptionToken(int offset,
OAIParameters parameters)
throws BadArgumentException
BadArgumentExceptionpublic boolean isEmpty()
public boolean hasFrom()
public boolean hasUntil()
public boolean hasSet()
public boolean hasMetadataPrefix()
public String getMetadataPrefix()
public Date getFrom()
public String getSet()
public Date getUntil()
public int getOffset()
Copyright © 2020. All rights reserved.