Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec.OAOperation
-
Packages that use OAOperation Package Description de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec -
-
Uses of OAOperation in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec that return OAOperation Modifier and Type Method Description OAOperationOAOperation. addParameter(OAParameter parameter)OAOperationOAOperation. addResponse(String code, OAResponse response)OAOperationOAPath. getDelete()OAOperationOAPath. getGet()OAOperationOAPath. getHead()OAOperationOAPath. getOptions()OAOperationOAPath. getPatch()OAOperationOAPath. getPost()OAOperationOAPath. getPut()OAOperationOAOperation. setParameters(List<OAParameter> parameters)OAOperationOAOperation. setRequestBody(OARequestBody requestBody)Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OAOperation Modifier and Type Method Description OAPathOAPath. setDelete(OAOperation delete)OAPathOAPath. setGet(OAOperation get)OAPathOAPath. setHead(OAOperation head)OAPathOAPath. setOptions(OAOperation options)OAPathOAPath. setPatch(OAOperation patch)OAPathOAPath. setPost(OAOperation post)OAPathOAPath. setPut(OAOperation put)
-