Uses of Enum Class
io.quarkiverse.openfga.client.model.FGAValidationException.Code
Packages that use FGAValidationException.Code
-
Uses of FGAValidationException.Code in io.quarkiverse.openfga.client.model
Methods in io.quarkiverse.openfga.client.model that return FGAValidationException.CodeModifier and TypeMethodDescriptionFGAValidationException.getCode()static FGAValidationException.CodeReturns the enum constant of this class with the specified name.static FGAValidationException.Code[]FGAValidationException.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 FGAValidationException.CodeModifierConstructorDescriptionFGAValidationException(FGAValidationException.Code code, String message)