Package de.aeb.xnsg.foundation.bf.paging
Class PageResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.paging.PageResponseDTO
Additional information for query results with applied
PageRequestDTO
.-
Field Summary
FieldsModifier and TypeFieldDescription@NotNull Boolean
Indicates that there are more elements available to return.@NotNull Integer
Indicates that there are more elements available to return (as applied from the providedPageRequestDTO
).@NotNull Integer
The number of returned elements (as filtered by the providedPageRequestDTO
).Calculated total number of available elements (if requested). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
offset
Indicates that there are more elements available to return (as applied from the providedPageRequestDTO
). -
size
The number of returned elements (as filtered by the providedPageRequestDTO
). -
hasMore
Indicates that there are more elements available to return. -
totalCount
Calculated total number of available elements (if requested).- See Also:
-
-
Constructor Details
-
PageResponseDTO
public PageResponseDTO()
-