Uses of Class
org.pipservices3.commons.data.PagingParams
Packages that use PagingParams
-
Uses of PagingParams in org.pipservices3.commons.data
Methods in org.pipservices3.commons.data that return PagingParamsModifier and TypeMethodDescriptionstatic PagingParamsPagingParams.fromMap(AnyValueMap map) Creates a new PagingParams and sets it parameters from the AnyValueMap mapstatic PagingParamsPagingParams.fromMap(StringValueMap map) Creates a new PagingParams and sets it parameters from the StringValueMap mapstatic PagingParamsPagingParams.fromTuples(Object... tuples) Creates a new PagingParams from a list of key-value pairs called tuples.static PagingParamsConverts specified value into PagingParams.