T - the type of entitiespublic interface CollectionResponse<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<T> |
getEntities() |
java.util.Optional<Synchronization> |
getLatestSynchronization() |
Page |
getPage() |
java.util.Optional<java.time.LocalDateTime> |
getSynchronizedAt() |
default boolean |
hasAfter() |
default boolean |
hasBefore() |
Page getPage()
java.util.Collection<T> getEntities()
java.util.Optional<java.time.LocalDateTime> getSynchronizedAt()
java.util.Optional<Synchronization> getLatestSynchronization()
default boolean hasBefore()
default boolean hasAfter()