Class Method
java.lang.Object
com.kingsrook.qqq.openapi.model.Method
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for descriptionGetter for methodGetter for operationIdGetter for parametersGetter for requestBodyGetter for responsesGetter for securityGetter for summarygetTags()Getter for tagsvoidsetDescription(String description) Setter for descriptionvoidSetter for methodvoidsetOperationId(String operationId) Setter for operationIdvoidsetParameters(List<Parameter> parameters) Setter for parametersvoidsetRequestBody(RequestBody requestBody) Setter for requestBodyvoidsetResponses(Map<Integer, Response> responses) Setter for responsesvoidSetter for securityvoidsetSummary(String summary) Setter for summaryvoidSetter for tagswithDescription(String description) Fluent setter for descriptionwithMethod(String method) Fluent setter for methodwithOperationId(String operationId) Fluent setter for operationIdwithParameters(List<Parameter> parameters) Fluent setter for parameterswithRequestBody(RequestBody requestBody) Fluent setter for requestBodywithResponse(Integer code, Response response) withResponses(Map<Integer, Response> responses) Fluent setter for responsesFluent setter for securitywithSummary(String summary) Fluent setter for summaryFluent setter for tagsFluent setter for tags
-
Constructor Details
-
Method
public Method()
-
-
Method Details
-
getMethod
Getter for method -
setMethod
Setter for method -
withMethod
-
getSummary
Getter for summary -
setSummary
Setter for summary -
withSummary
-
getDescription
Getter for description -
setDescription
Setter for description -
withDescription
-
getOperationId
Getter for operationId -
setOperationId
Setter for operationId -
withOperationId
-
getTags
-
setTags
-
withTags
-
withTag
-
getRequestBody
Getter for requestBody -
setRequestBody
Setter for requestBody -
withRequestBody
Fluent setter for requestBody -
getParameters
-
setParameters
-
withParameters
-
getResponses
-
setResponses
-
withResponses
-
withResponse
-
getSecurity
-
setSecurity
-
withSecurity
-