public interface Operation extends OpenAPIObject
Modifier and Type | Method and Description |
---|---|
String |
getAbsoluteOpenAPIPath() |
Response |
getDefaultResponse() |
HttpMethod |
getHttpMethod() |
String |
getOpenAPIPath() |
String |
getOperationId() |
List<Parameter> |
getParameters() |
RequestBody |
getRequestBody() |
Response |
getResponse(int responseCode)
Returns the response to the passed response code or null.
|
List<SecurityRequirement> |
getSecurityRequirements()
Returns the applicable list of security requirements (scopes) or empty list.
|
List<String> |
getTags() |
getExtensions, getOpenAPIModel
String getOperationId()
HttpMethod getHttpMethod()
String getOpenAPIPath()
String getAbsoluteOpenAPIPath()
RequestBody getRequestBody()
Response getDefaultResponse()
Response getResponse(int responseCode)
responseCode
- The related response codeList<SecurityRequirement> getSecurityRequirements()
Copyright © 2024 Eclipse. All rights reserved.