Class DeleteRequestBuilder

    • Constructor Detail

      • DeleteRequestBuilder

        public DeleteRequestBuilder​(javax.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 com.unboundid.scim2.common.exceptions.ScimException
        Invoke the SCIM delete request.
        Throws:
        javax.ws.rs.ProcessingException - If a JAX-RS runtime exception occurred.
        com.unboundid.scim2.common.exceptions.ScimException - If the SCIM service provider responded with an error.