Uses of Class
org.apache.juneau.bean.openapi3.PathItem
Packages that use PathItem
-
Uses of PathItem in org.apache.juneau.bean.openapi3
Methods in org.apache.juneau.bean.openapi3 that return PathItemModifier and TypeMethodDescriptionPathItem.copy()
Creates a copy of this object.static final PathItem
OpenApiBuilder.pathItem()
Creates an emptyPathItem
element.Sets the DELETE operation.PathItem.setDescription
(String value) Sets the description.Sets the GET operation.Sets the HEAD operation.PathItem.setOptions
(Operation value) Sets the OPTIONS operation.PathItem.setParameters
(List<Parameter> value) Sets the parameters list.Sets the PATCH operation.Sets the POST operation.Sets the PUT operation.PathItem.setServers
(List<Server> value) Sets the servers list.PathItem.setSummary
(String value) Sets the summary.Sets the TRACE operation.PathItem.strict()
Methods in org.apache.juneau.bean.openapi3 that return types with arguments of type PathItemModifier and TypeMethodDescriptionCallback.getCallbacks()
Returns the callbacks map.OpenApi.getPaths()
Returns the paths map.Methods in org.apache.juneau.bean.openapi3 with parameters of type PathItemModifier and TypeMethodDescriptionCallback.addCallback
(String expression, PathItem pathItem) Adds a callback.Adds a path to this OpenAPI document.Method parameters in org.apache.juneau.bean.openapi3 with type arguments of type PathItemModifier and TypeMethodDescriptionCallback.setCallbacks
(Map<String, PathItem> value) Sets the callbacks map.Sets the paths map.Constructors in org.apache.juneau.bean.openapi3 with parameters of type PathItem