Uses of Class
org.apache.juneau.rest.annotation.OpSwaggerAnnotation.Builder
Packages that use OpSwaggerAnnotation.Builder
-
Uses of OpSwaggerAnnotation.Builder in org.apache.juneau.rest.annotation
Methods in org.apache.juneau.rest.annotation that return OpSwaggerAnnotation.BuilderModifier and TypeMethodDescriptionSets theOpSwagger.consumes()
property on this annotation.static OpSwaggerAnnotation.Builder
OpSwaggerAnnotation.create()
Instantiates a new builder for this class.OpSwaggerAnnotation.Builder.deprecated
(String value) Sets theOpSwagger.deprecated()
property on this annotation.OpSwaggerAnnotation.Builder.externalDocs
(ExternalDocs value) Sets theOpSwagger.externalDocs()
property on this annotation.OpSwaggerAnnotation.Builder.operationId
(String value) Sets theOpSwagger.operationId()
property on this annotation.OpSwaggerAnnotation.Builder.parameters
(String... value) Sets theOpSwagger.parameters()
property on this annotation.Sets theOpSwagger.produces()
property on this annotation.Sets theOpSwagger.responses()
property on this annotation.Sets theOpSwagger.schemes()
property on this annotation.Sets theOpSwagger.summary()
property on this annotation.Sets theOpSwagger.tags()
property on this annotation.Sets theOpSwagger.value()
property on this annotation.