Uses of Enum Class
org.apache.syncope.ext.openfga.client.model.InternalErrorCode
Packages that use InternalErrorCode
-
Uses of InternalErrorCode in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return InternalErrorCodeModifier and TypeMethodDescriptionstatic InternalErrorCodeInternalErrorMessageResponse.getCode()Get codeCheckError.getInternalError()Get internalErrorstatic InternalErrorCodeReturns the enum constant of this class with the specified name.static InternalErrorCode[]InternalErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.syncope.ext.openfga.client.model with parameters of type InternalErrorCodeModifier and TypeMethodDescriptionInternalErrorMessageResponse.code(InternalErrorCode code) CheckError.internalError(InternalErrorCode internalError) voidInternalErrorMessageResponse.setCode(InternalErrorCode code) voidCheckError.setInternalError(InternalErrorCode internalError)