Class RequestV1Schema

java.lang.Object
org.pipservices4.data.validate.Schema
org.pipservices4.data.validate.ObjectSchema
com.service.basic.data.version1.RequestV1Schema

public class RequestV1Schema extends org.pipservices4.data.validate.ObjectSchema
Schema to validate RequestV1 defined object.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of schema.
  • Method Summary

    Methods inherited from class org.pipservices4.data.validate.ObjectSchema

    allowUndefined, getProperties, isUndefinedAllowed, performValidation, setProperties, setUndefinedAllowed, withOptionalProperty, withProperty, withRequiredProperty

    Methods inherited from class org.pipservices4.data.validate.Schema

    getRules, isRequired, makeOptional, makeRequired, performTypeValidation, setRequired, setRules, validate, validateAndThrowException, validateAndThrowException, withRule

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RequestV1Schema

      public RequestV1Schema()
      Creates an instance of schema.