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, waitMethods inherited from interface org.openapi4j.operation.validator.model.Request
getContentType, getHeaderValue
-
Constructor Details
-
Method Details
-
getURL
- Specified by:
getURLin interfaceorg.openapi4j.operation.validator.model.Request
-
getPath
- Specified by:
getPathin interfaceorg.openapi4j.operation.validator.model.Request
-
getMethod
public org.openapi4j.operation.validator.model.Request.Method getMethod()- Specified by:
getMethodin interfaceorg.openapi4j.operation.validator.model.Request
-
getBody
public org.openapi4j.operation.validator.model.impl.Body getBody()- Specified by:
getBodyin interfaceorg.openapi4j.operation.validator.model.Request
-
getQuery
- Specified by:
getQueryin interfaceorg.openapi4j.operation.validator.model.Request
-
getCookies
- Specified by:
getCookiesin interfaceorg.openapi4j.operation.validator.model.Request
-
getHeaders
- Specified by:
getHeadersin interfaceorg.openapi4j.operation.validator.model.Request
-
getHeaderValues
- Specified by:
getHeaderValuesin interfaceorg.openapi4j.operation.validator.model.Request
-