Interface FHIRHistoryContext
-
- All Superinterfaces:
FHIRPagingContext
- All Known Implementing Classes:
FHIRHistoryContextImpl
public interface FHIRHistoryContext extends FHIRPagingContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instant
getSince()
void
setSince(Instant since)
-
Methods inherited from interface org.linuxforhealth.fhir.core.context.FHIRPagingContext
getFirstId, getLastId, getLastPageNumber, getMatchCount, getMaxPageIncludeCount, getMaxPageSize, getPageNumber, getPageSize, getTotalCount, isLenient, setFirstId, setLastId, setLastPageNumber, setLenient, setMatchCount, setMaxPageIncludeCount, setMaxPageSize, setPageNumber, setPageSize, setTotalCount
-
-