Class DeleteRequestBuilder

    • Constructor Detail

      • DeleteRequestBuilder

        public DeleteRequestBuilder​(jakarta.ws.rs.client.WebTarget target)
        Create a new DeleteRequestBuilder.
        Parameters:
        target - The WebTarget to DELETE.
    • Method Detail

      • ifMatch

        public DeleteRequestBuilder ifMatch​(String version)
        Delete the resource only if the resource has not been modified since the provided version.
        Parameters:
        version - The version of the resource to compare.
        Returns:
        This builder.
      • invoke

        public void invoke()
                    throws ScimException
        Invoke the SCIM delete request.
        Throws:
        jakarta.ws.rs.ProcessingException - If a JAX-RS runtime exception occurred.
        ScimException - If the SCIM service provider responded with an error.