Uses of Class
io.apicurio.rest.client.request.Operation
-
Packages that use Operation Package Description io.apicurio.rest.client.request -
-
Uses of Operation in io.apicurio.rest.client.request
Methods in io.apicurio.rest.client.request that return Operation Modifier and Type Method Description OperationRequest. getOperation()static OperationOperation. 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.Methods in io.apicurio.rest.client.request with parameters of type Operation Modifier and Type Method Description Request.RequestBuilder<T>Request.RequestBuilder. operation(Operation operation)
-