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 InternalErrorCode
InternalErrorMessageResponse.getCode()
Get codeCheckError.getInternalError()
Get internalErrorstatic InternalErrorCode
Returns 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) void
InternalErrorMessageResponse.setCode
(InternalErrorCode code) void
CheckError.setInternalError
(InternalErrorCode internalError)