Class PathSettingRequest
java.lang.Object
org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
- All Implemented Interfaces:
org.openapi4j.operation.validator.model.Request
public class PathSettingRequest
extends Object
implements org.openapi4j.operation.validator.model.Request
PathSettingRequest class.
- Author:
- bpr
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openapi4j.operation.validator.model.Request
org.openapi4j.operation.validator.model.Request.Method
-
Constructor Summary
ConstructorsConstructorDescriptionPathSettingRequest
(String url, String path, org.openapi4j.operation.validator.model.Request.Method method) Constructor for PathSettingRequest. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openapi4j.operation.validator.model.Request
getContentType, getHeaderValue
-
Constructor Details
-
Method Details
-
getURL
- Specified by:
getURL
in interfaceorg.openapi4j.operation.validator.model.Request
-
getPath
- Specified by:
getPath
in interfaceorg.openapi4j.operation.validator.model.Request
-
getMethod
public org.openapi4j.operation.validator.model.Request.Method getMethod()- Specified by:
getMethod
in interfaceorg.openapi4j.operation.validator.model.Request
-
getBody
public org.openapi4j.operation.validator.model.impl.Body getBody()- Specified by:
getBody
in interfaceorg.openapi4j.operation.validator.model.Request
-
getQuery
- Specified by:
getQuery
in interfaceorg.openapi4j.operation.validator.model.Request
-
getCookies
- Specified by:
getCookies
in interfaceorg.openapi4j.operation.validator.model.Request
-
getHeaders
- Specified by:
getHeaders
in interfaceorg.openapi4j.operation.validator.model.Request
-
getHeaderValues
- Specified by:
getHeaderValues
in interfaceorg.openapi4j.operation.validator.model.Request
-