Uses of Class
org.apache.juneau.bean.swagger.Operation
Packages that use Operation
- 
Uses of Operation in org.apache.juneau.bean.swaggerMethods in org.apache.juneau.bean.swagger that return OperationModifier and TypeMethodDescriptionOperation.addConsumes(Collection<MediaType> values) Bean property appender:consumes .Operation.addConsumes(MediaType... value) Bean property fluent setter:consumes .Operation.addParameters(Collection<ParameterInfo> values) Bean property fluent setter:parameters .Operation.addParameters(ParameterInfo... value) Bean property fluent setter:parameters .Operation.addProduces(Collection<MediaType> values) Bean property setter:produces .Operation.addProduces(MediaType... value) Bean property fluent setter:produces .Operation.addResponse(String statusCode, ResponseInfo response) Adds a single value to theresponses property.Operation.addSchemes(String... value) Bean property fluent setter:schemes .Operation.addSchemes(Collection<String> values) Bean property setter:schemes .Operation.addSecurity(String scheme, String... alternatives) Same asaddSecurity(String, String...).Operation.addSecurity(Collection<Map<String, List<String>>> value) Bean property adder:security .Bean property fluent adder:tags .Operation.addTags(Collection<String> values) Bean property appender:tags .Operation.copy()Make a deep copy of this object.Swagger.getOperation(String path, String operation) Shortcut for callinggetPaths().get(path).get(operation); static final OperationSwaggerBuilder.operation()Creates an emptyOperationelement.Override put to normalize keys to lowercase.Operation.setConsumes(Collection<MediaType> value) Bean property setter:consumes .Operation.setConsumes(MediaType... value) Bean property setter:consumes .Operation.setDeprecated(Boolean value) Bean property setter:deprecated .Operation.setDescription(String value) Bean property setter:description .Operation.setExternalDocs(ExternalDocumentation value) Bean property setter:externalDocs .Operation.setOperationId(String value) Bean property setter:operationId .Operation.setParameters(Collection<ParameterInfo> value) Bean property setter:parameters .Operation.setParameters(ParameterInfo... value) Bean property setter:parameters .Operation.setProduces(Collection<MediaType> value) Bean property setter:produces .Operation.setProduces(MediaType... value) Bean property setter:produces .Operation.setResponses(Map<String, ResponseInfo> value) Bean property setter:responses .Operation.setSchemes(String... value) Bean property setter:schemes .Operation.setSchemes(Collection<String> value) Bean property setter:schemes .Operation.setSecurity(Collection<Map<String, List<String>>> value) Bean property setter:security .final OperationOperation.setSecurity(Map<String, List<String>>... value) Bean property setter:security .Operation.setSummary(String value) Bean property setter:summary .Bean property fluent setter:tags .Operation.setTags(Collection<String> value) Bean property setter:tags .Operation.strict()Sets strict mode on this bean.Sets strict mode on this bean.Methods in org.apache.juneau.bean.swagger with parameters of type OperationModifier and TypeMethodDescriptionBean property appender:paths .Fluent-style put method.Override put to normalize keys to lowercase.Constructors in org.apache.juneau.bean.swagger with parameters of type Operation
- 
Uses of Operation in org.apache.juneau.restMethods in org.apache.juneau.rest that return types with arguments of type OperationModifier and TypeMethodDescriptionRestRequest.getOperationSwagger()Returns the swagger for the Java method invoked.