Class BasicOperation
java.lang.Object
com.kingsrook.qqq.middleware.javalin.specs.BasicOperation
- Direct Known Subclasses:
CompleteOperation
Basic definition of an operation (e.g., an endpoint exposed in the API).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for httpMethodGetter for longDescriptiongetPath()
Getter for pathGetter for shortSummarygetTag()
Getter for tagvoid
setHttpMethod
(HttpMethod httpMethod) Setter for httpMethodvoid
setLongDescription
(String longDescription) Setter for longDescriptionvoid
Setter for pathvoid
setShortSummary
(String shortSummary) Setter for shortSummaryvoid
setTag
(TagsInterface tag) Setter for tagwithHttpMethod
(HttpMethod httpMethod) Fluent setter for httpMethodwithLongDescription
(String longDescription) Fluent setter for longDescriptionFluent setter for pathwithShortSummary
(String shortSummary) Fluent setter for shortSummarywithTag
(TagsInterface tag) Fluent setter for tag
-
Constructor Details
-
BasicOperation
public BasicOperation()
-
-
Method Details
-
getPath
Getter for path -
setPath
Setter for path -
withPath
Fluent setter for path -
getHttpMethod
Getter for httpMethod -
setHttpMethod
Setter for httpMethod -
withHttpMethod
Fluent setter for httpMethod -
getTag
Getter for tag -
setTag
Setter for tag -
withTag
Fluent setter for tag -
getShortSummary
Getter for shortSummary -
setShortSummary
Setter for shortSummary -
withShortSummary
Fluent setter for shortSummary -
getLongDescription
Getter for longDescription -
setLongDescription
Setter for longDescription -
withLongDescription
Fluent setter for longDescription
-