Uses of Class
com.sap.cds.adapter.odata.v2.query.NextLinkInfo
Packages that use NextLinkInfo
Package
Description
-
Uses of NextLinkInfo in com.sap.cds.adapter.odata.v2.processors.response
Methods in com.sap.cds.adapter.odata.v2.processors.response that return NextLinkInfoConstructors in com.sap.cds.adapter.odata.v2.processors.response with parameters of type NextLinkInfoModifierConstructorDescriptionCdsODataResponse(int statusCode, com.sap.cds.Result result, NextLinkInfo nextLinkInfo, String mimeType, boolean generateID) -
Uses of NextLinkInfo in com.sap.cds.adapter.odata.v2.query
Methods in com.sap.cds.adapter.odata.v2.query that return NextLinkInfoModifier and TypeMethodDescriptionstatic NextLinkInfoSystemQueryLoader.applySystemQueryOptions(com.sap.cds.ql.Select<?> select, UriInfo uriInfo, boolean limit, com.sap.cds.reflect.CdsService service, com.sap.cds.reflect.CdsEntity entity, CdsProperties properties) Add system query options such as $top, $skip, $inlinecount to the select statement.