Package com.nt.udc.admin.nareditor
Class NARPaginationResponse
java.lang.Object
com.nt.udc.admin.nareditor.NARPaginationResponse
- All Implemented Interfaces:
Serializable
Structure to hold the response body for the filter function
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNARPaginationResponse(List<NarWithOffset> nars, int totalRecords, boolean hasMore) -
Method Summary
-
Constructor Details
-
NARPaginationResponse
-
-
Method Details
-
getNars
-
getTotalRecords
public int getTotalRecords() -
isHasMore
public boolean isHasMore()
-