Class PagingParamsSchema
java.lang.Object
org.pipservices3.commons.validate.Schema
org.pipservices3.commons.validate.ObjectSchema
org.pipservices3.commons.validate.PagingParamsSchema
Schema to validate
PagingParams
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pipservices3.commons.validate.ObjectSchema
allowUndefined, getProperties, isUndefinedAllowed, performValidation, setProperties, setUndefinedAllowed, withOptionalProperty, withProperty, withRequiredProperty
Methods inherited from class org.pipservices3.commons.validate.Schema
getRules, isRequired, makeOptional, makeRequired, performTypeValidation, setRequired, setRules, validate, validateAndThrowException, validateAndThrowException, withRule
-
Constructor Details
-
PagingParamsSchema
public PagingParamsSchema()Creates a new instance of validation schema.
-