Uses of Enum Class
io.quarkiverse.openfga.client.model.FGANotFoundException.Code
Packages that use FGANotFoundException.Code
-
Uses of FGANotFoundException.Code in io.quarkiverse.openfga.client.model
Methods in io.quarkiverse.openfga.client.model that return FGANotFoundException.CodeModifier and TypeMethodDescriptionFGANotFoundException.getCode()static FGANotFoundException.CodeReturns the enum constant of this class with the specified name.static FGANotFoundException.Code[]FGANotFoundException.Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkiverse.openfga.client.model with parameters of type FGANotFoundException.CodeModifierConstructorDescriptionFGANotFoundException(FGANotFoundException.Code code, String message)