public class Operation extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Operation> |
__TYPE_ARG |
Constructor and Description |
---|
Operation(Object delegate) |
Operation(Operation delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAbsoluteOpenAPIPath() |
Response |
getDefaultResponse() |
Operation |
getDelegate() |
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() |
int |
hashCode() |
static Operation |
newInstance(Operation arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<Operation> __TYPE_ARG
public Operation(Operation delegate)
public Operation(Object delegate)
public Operation getDelegate()
public String getOperationId()
public HttpMethod getHttpMethod()
public String getOpenAPIPath()
public String getAbsoluteOpenAPIPath()
public RequestBody getRequestBody()
public Response getDefaultResponse()
public Response getResponse(int responseCode)
responseCode
- The related response codepublic List<SecurityRequirement> getSecurityRequirements()
Copyright © 2024 Eclipse. All rights reserved.