Uses of Class
io.quarkiverse.openfga.client.api.ExpectedStatus
-
Packages that use ExpectedStatus Package Description io.quarkiverse.openfga.client.api -
-
Uses of ExpectedStatus in io.quarkiverse.openfga.client.api
Methods in io.quarkiverse.openfga.client.api that return ExpectedStatus Modifier and Type Method Description static ExpectedStatusExpectedStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpectedStatus[]ExpectedStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-