public class PathSettingRequest extends Object implements org.openapi4j.operation.validator.model.Request
| Constructor and Description |
|---|
PathSettingRequest(String url,
String path,
org.openapi4j.operation.validator.model.Request.Method method) |
| Modifier and Type | Method and Description |
|---|---|
org.openapi4j.operation.validator.model.impl.Body |
getBody() |
Map<String,String> |
getCookies() |
Map<String,Collection<String>> |
getHeaders() |
Collection<String> |
getHeaderValues(String name) |
org.openapi4j.operation.validator.model.Request.Method |
getMethod() |
String |
getPath() |
String |
getQuery() |
String |
getURL() |
public String getURL()
getURL in interface org.openapi4j.operation.validator.model.Requestpublic String getPath()
getPath in interface org.openapi4j.operation.validator.model.Requestpublic org.openapi4j.operation.validator.model.Request.Method getMethod()
getMethod in interface org.openapi4j.operation.validator.model.Requestpublic org.openapi4j.operation.validator.model.impl.Body getBody()
getBody in interface org.openapi4j.operation.validator.model.Requestpublic String getQuery()
getQuery in interface org.openapi4j.operation.validator.model.Requestpublic Map<String,String> getCookies()
getCookies in interface org.openapi4j.operation.validator.model.Requestpublic Map<String,Collection<String>> getHeaders()
getHeaders in interface org.openapi4j.operation.validator.model.Requestpublic Collection<String> getHeaderValues(String name)
getHeaderValues in interface org.openapi4j.operation.validator.model.RequestCopyright © 2024 Open Geospatial Consortium. All rights reserved.