Uses of Class
org.apache.juneau.bean.openapi3.Operation
Packages that use Operation
-
Uses of Operation in org.apache.juneau.bean.openapi3
Methods in org.apache.juneau.bean.openapi3 that return OperationModifier and TypeMethodDescriptionOperation.addCallback
(String name, Callback callback) Bean property fluent setter:callbacks .Operation.addParameters
(Collection<Parameter> values) Bean property fluent setter:parameters .Operation.addParameters
(Parameter... values) Bean property fluent setter:parameters .Operation.addResponse
(String statusCode, Response response) Bean property fluent setter:responses .Operation.addSecurity
(Collection<SecurityRequirement> values) Bean property fluent setter:security .Operation.addSecurity
(SecurityRequirement... values) Bean property fluent setter:security .Operation.addServers
(Collection<Server> values) Bean property fluent setter:servers .Operation.addServers
(Server... values) Bean property fluent setter:servers .Bean property appender:tags .Operation.addTags
(Collection<String> values) Bean property appender:tags .Operation.copy()
Creates a copy of this object.PathItem.getDelete()
Returns the DELETE operation.PathItem.getGet()
Returns the GET operation.PathItem.getHead()
Returns the HEAD operation.PathItem.getOptions()
Returns the OPTIONS operation.PathItem.getPatch()
Returns the PATCH operation.PathItem.getPost()
Returns the POST operation.PathItem.getPut()
Returns the PUT operation.PathItem.getTrace()
Returns the TRACE operation.static final Operation
OpenApiBuilder.operation()
Creates an emptyOperation
element.Operation.setCallbacks
(Map<String, Callback> value) Sets the callbacks map.Operation.setDeprecated
(Boolean value) Sets the deprecated flag.Operation.setDescription
(String value) Sets the description.Operation.setExternalDocs
(ExternalDocumentation value) Sets the external documentation.Operation.setOperationId
(String value) Sets the operation ID.Operation.setParameters
(List<Parameter> value) Sets the parameters list.Operation.setParameters
(Parameter... value) Sets the parameters list.Operation.setRequestBody
(RequestBodyInfo value) Sets the request body.Operation.setResponses
(Map<String, Response> value) Sets the responses map.Operation.setSecurity
(List<SecurityRequirement> value) Sets the security requirements list.Operation.setSecurity
(SecurityRequirement... value) Sets the security requirements list.Operation.setServers
(List<Server> value) Sets the servers list.Operation.setServers
(Server... value) Sets the servers list.Operation.setSummary
(String value) Sets the summary.Sets the tags list.Sets the tags list.Operation.strict()
Methods in org.apache.juneau.bean.openapi3 with parameters of type OperationModifier and TypeMethodDescriptionSets the DELETE operation.Sets the GET operation.Sets the HEAD operation.PathItem.setOptions
(Operation value) Sets the OPTIONS operation.Sets the PATCH operation.Sets the POST operation.Sets the PUT operation.Sets the TRACE operation.Constructors in org.apache.juneau.bean.openapi3 with parameters of type Operation