Uses of Class
org.apache.juneau.bean.openapi3.Link
Packages that use Link
-
Uses of Link in org.apache.juneau.bean.openapi3
Methods in org.apache.juneau.bean.openapi3 that return LinkModifier and TypeMethodDescriptionLink.addParameter
(String mimeType, Object parameter) Adds a single value to theexamples property.Link.copy()
Make a deep copy of this object.Returns the link with the specified name.static final Link
OpenApiBuilder.link()
Creates an emptyLink
element.Link.setDescription
(String value) Bean property setter:description .Link.setOperationId
(String value) Bean property setter:externalValue .Link.setOperationRef
(String value) Bean property setter:operationRef .Link.setParameters
(Map<String, Object> value) Bean property setter:examples .Link.setRequestBody
(Object val) Bean property setter:value .Bean property setter:additionalProperties .Link.strict()
Methods in org.apache.juneau.bean.openapi3 that return types with arguments of type LinkModifier and TypeMethodDescriptionComponents.getLinks()
Returns the links map.Response.getLinks()
Bean property getter:links .Methods in org.apache.juneau.bean.openapi3 with parameters of type LinkModifier and TypeMethodDescriptionAdds one or more values to thelinks property.Method parameters in org.apache.juneau.bean.openapi3 with type arguments of type LinkModifier and TypeMethodDescriptionSets the links map.Bean property setter:links .Constructors in org.apache.juneau.bean.openapi3 with parameters of type Link