Interface SearchPageResponse<T>
-
- All Superinterfaces:
Iterable<T>,PageResponse<T>
- All Known Implementing Classes:
SearchPageResponseImpl
public interface SearchPageResponse<T> extends PageResponse<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetQuery()voidsetQuery(String query)-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface de.digitalcollections.model.api.paging.PageResponse
getContent, getNumber, getNumberOfElements, getPageRequest, getSize, getSorting, getTotalElements, getTotalPages, hasContent, hasNext, hasPrevious, isFirst, isLast, nextPageRequest, previousPageRequest, setContent
-
-