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 tagsvoid
setDescription
(String description) Setter for descriptionvoid
Setter for methodvoid
setOperationId
(String operationId) Setter for operationIdvoid
setParameters
(List<Parameter> parameters) Setter for parametersvoid
setRequestBody
(RequestBody requestBody) Setter for requestBodyvoid
setResponses
(Map<Integer, Response> responses) Setter for responsesvoid
Setter for securityvoid
setSummary
(String summary) Setter for summaryvoid
Setter 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
-