Uses of Class
de.captaingoldfish.scim.sdk.common.response.ErrorResponse
-
Packages that use ErrorResponse Package Description de.captaingoldfish.scim.sdk.common.response -
-
Uses of ErrorResponse in de.captaingoldfish.scim.sdk.common.response
Methods in de.captaingoldfish.scim.sdk.common.response that return types with arguments of type ErrorResponse Modifier and Type Method Description Optional<ErrorResponse>BulkResponseOperation. getResponse()The HTTP response body for the specified request operation.Methods in de.captaingoldfish.scim.sdk.common.response with parameters of type ErrorResponse Modifier and Type Method Description voidBulkResponseOperation. setResponse(ErrorResponse response)The HTTP response body for the specified request operation.Constructors in de.captaingoldfish.scim.sdk.common.response with parameters of type ErrorResponse Constructor Description BulkResponseOperation(HttpMethod method, String bulkId, ETag version, String location, Integer status, ErrorResponse response)
-