Uses of Class
org.apache.syncope.ext.scimv2.api.type.ErrorType
-
Packages that use ErrorType Package Description org.apache.syncope.ext.scimv2.api org.apache.syncope.ext.scimv2.api.data org.apache.syncope.ext.scimv2.api.type -
-
Uses of ErrorType in org.apache.syncope.ext.scimv2.api
Methods in org.apache.syncope.ext.scimv2.api that return ErrorType Modifier and Type Method Description ErrorTypeBadRequestException. getErrorType()Constructors in org.apache.syncope.ext.scimv2.api with parameters of type ErrorType Constructor Description BadRequestException(ErrorType errorType)BadRequestException(ErrorType errorType, String detail) -
Uses of ErrorType in org.apache.syncope.ext.scimv2.api.data
Methods in org.apache.syncope.ext.scimv2.api.data that return ErrorType Modifier and Type Method Description ErrorTypeSCIMError. getScimType()Constructors in org.apache.syncope.ext.scimv2.api.data with parameters of type ErrorType Constructor Description SCIMError(ErrorType scimType, int status, String detail) -
Uses of ErrorType in org.apache.syncope.ext.scimv2.api.type
Methods in org.apache.syncope.ext.scimv2.api.type that return ErrorType Modifier and Type Method Description static ErrorTypeErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorType[]ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-