Class ListResponseMixIn<T,R extends ListRequest>
- java.lang.Object
-
- de.digitalcollections.model.list.ListResponse<T,R>
-
- de.digitalcollections.model.jackson.mixin.list.ListResponseMixIn<T,R>
-
- All Implemented Interfaces:
Iterable<T>
public abstract class ListResponseMixIn<T,R extends ListRequest> extends ListResponse<T,R>
-
-
Field Summary
-
Fields inherited from class de.digitalcollections.model.list.ListResponse
content, executedSearchTerm, request, total
-
-
Constructor Summary
Constructors Constructor Description ListResponseMixIn()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract List<T>getContent()abstract SortinggetSorting()-
Methods inherited from class de.digitalcollections.model.list.ListResponse
equals, getExecutedSearchTerm, getRequest, getTotalElements, hasContent, hashCode, init, iterator, setContent, setExecutedSearchTerm, setRequest, setTotalElements, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getContent
public abstract List<T> getContent()
- Overrides:
getContentin classListResponse<T,R extends ListRequest>
-
getSorting
public abstract Sorting getSorting()
- Overrides:
getSortingin classListResponse<T,R extends ListRequest>
-
-