Class BucketsResponseMixIn<T,R extends BucketsRequest>
java.lang.Object
de.digitalcollections.model.list.ListResponse<T,R>
de.digitalcollections.model.jackson.mixin.list.ListResponseMixIn<T,R>
de.digitalcollections.model.jackson.mixin.list.buckets.BucketsResponseMixIn<T,R>
- All Implemented Interfaces:
Iterable<T>
public abstract class BucketsResponseMixIn<T,R extends BucketsRequest>
extends ListResponseMixIn<T,R>
-
Field Summary
Fields inherited from class de.digitalcollections.model.list.ListResponse
content, executedSearchTerm, request, total -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.digitalcollections.model.jackson.mixin.list.ListResponseMixIn
getSortingMethods inherited from class de.digitalcollections.model.list.ListResponse
equals, getExecutedSearchTerm, getRequest, getTotalElements, hasContent, hashCode, init, iterator, setContent, setExecutedSearchTerm, setRequest, setTotalElements, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
BucketsResponseMixIn
public BucketsResponseMixIn()
-
-
Method Details
-
getContent
- Specified by:
getContentin classListResponseMixIn<T,R extends BucketsRequest>
-