Class | Description |
---|---|
HeadersBodyToValidate<H,B> |
Structure that represents REST request that has Headers and Body.
|
PathHeadersBodyToValidate<P,H,B> |
Structure that represents REST request that has Path parameter, Headers and Body.
|
PathHeadersToValidate<P,H> |
Structure that represents REST request that has Path parameter and Headers.
|
PathQueryHeadersToValidate<P,Q,H> |
Structure that represents REST request that has Path parameter, Query parameter and Headers.
|
QueryHeadersToValidate<Q,H> |
Structure that represents REST request that Query parameter and Headers.
|
ValidatedHeadersBody<H,B> |
Structure that represents REST request that has validated Headers and Body.
|
ValidatedPathHeaders<P,H> |
Structure that represents REST request that has validated Path parameter and Body.
|
ValidatedPathHeadersBody<P,H,B> |
Structure that represents REST request that has validated Path parameter, Headers and Body.
|
ValidatedPathQueryHeaders<P,Q,H> |
Structure that represents REST request that has validated Path parameter, Query parameter and Headers.
|
ValidatedQueryHeaders<Q,H> |
Structure that represents REST request that has validated Query parameter and Headers.
|
Copyright © 2020. All rights reserved.