Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.ResumptionTokenType
Packages that use ResumptionTokenType
-
Uses of ResumptionTokenType in org.javastro.ivoa.entities.resource.registry.oaipmh
Fields in org.javastro.ivoa.entities.resource.registry.oaipmh declared as ResumptionTokenTypeModifier and TypeFieldDescriptionprotected ResumptionTokenTypeListIdentifiersType.resumptionTokenprotected ResumptionTokenTypeListRecordsType.resumptionTokenprotected ResumptionTokenTypeListSetsType.resumptionTokenMethods in org.javastro.ivoa.entities.resource.registry.oaipmh that return ResumptionTokenTypeModifier and TypeMethodDescriptionObjectFactory.createResumptionTokenType()Create an instance ofResumptionTokenTypeListIdentifiersType.getResumptionToken()Gets the value of the resumptionToken property.ListRecordsType.getResumptionToken()Gets the value of the resumptionToken property.ListSetsType.getResumptionToken()Gets the value of the resumptionToken property.ResumptionTokenType.withCompleteListSize(BigInteger value) ResumptionTokenType.withCursor(BigInteger value) ResumptionTokenType.withExpirationDate(LocalDateTime value) Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type ResumptionTokenTypeModifier and TypeMethodDescriptionvoidListIdentifiersType.setResumptionToken(ResumptionTokenType value) Sets the value of the resumptionToken property.voidListRecordsType.setResumptionToken(ResumptionTokenType value) Sets the value of the resumptionToken property.voidListSetsType.setResumptionToken(ResumptionTokenType value) Sets the value of the resumptionToken property.ListIdentifiersType.withResumptionToken(ResumptionTokenType value) ListRecordsType.withResumptionToken(ResumptionTokenType value) ListSetsType.withResumptionToken(ResumptionTokenType value) Constructors in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type ResumptionTokenTypeModifierConstructorDescriptionListIdentifiersType(List<HeaderType> headers, ResumptionTokenType resumptionToken) Fully-initialising value constructorListRecordsType(List<RecordType> records, ResumptionTokenType resumptionToken) Fully-initialising value constructorListSetsType(List<SetType> sets, ResumptionTokenType resumptionToken) Fully-initialising value constructor