Uses of Class
io.apicurio.registry.rest.client.request.provider.Operation
-
Packages that use Operation Package Description io.apicurio.registry.rest.client.request io.apicurio.registry.rest.client.request.provider -
-
Uses of Operation in io.apicurio.registry.rest.client.request
Methods in io.apicurio.registry.rest.client.request that return Operation Modifier and Type Method Description Operation
Request. getOperation()
Methods in io.apicurio.registry.rest.client.request with parameters of type Operation Modifier and Type Method Description Request.RequestBuilder<T>
Request.RequestBuilder. operation(Operation operation)
-
Uses of Operation in io.apicurio.registry.rest.client.request.provider
Methods in io.apicurio.registry.rest.client.request.provider that return Operation Modifier and Type Method Description static Operation
Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operation[]
Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-