Class ExampleWithSingleValue
java.lang.Object
com.kingsrook.qqq.openapi.model.Example
com.kingsrook.qqq.openapi.model.ExampleWithSingleValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Getter for valuevoid
setValue
(Serializable value) Setter for valuewithSummary
(String summary) Fluent setter for summarywithValue
(Serializable value) Fluent setter for valueMethods inherited from class com.kingsrook.qqq.openapi.model.Example
getRef, getSummary, setRef, setSummary, setValue, withRef, withValue
-
Constructor Details
-
ExampleWithSingleValue
public ExampleWithSingleValue()
-
-
Method Details
-
withSummary
Description copied from class:Example
Fluent setter for summary- Overrides:
withSummary
in classExample
-
getValue
-
setValue
Setter for value -
withValue
Fluent setter for value
-