Class ListResponseMixIn<T>
- java.lang.Object
-
- de.digitalcollections.model.list.ListResponse<T>
-
- de.digitalcollections.model.jackson.mixin.list.ListResponseMixIn<T>
-
- All Implemented Interfaces:
Iterable<T>
public abstract class ListResponseMixIn<T> extends ListResponse<T>
-
-
Field Summary
-
Fields inherited from class de.digitalcollections.model.list.ListResponse
content, listRequest, 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, getListRequest, getTotalElements, hasContent, hashCode, iterator, setContent, setListRequest, 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>
-
getSorting
public abstract Sorting getSorting()
- Overrides:
getSortingin classListResponse<T>
-
-