Class DeleteBuilder<T extends ResourceNode>


public class DeleteBuilder<T extends ResourceNode> extends ETagRequestBuilder<T>
author Pascal Knueppel
created at: 16.12.2019 - 11:35

  • Constructor Details

    • DeleteBuilder

      public DeleteBuilder(String fullUrl, Class<T> responseEntityType, ScimHttpClient scimHttpClient)
      if the resource should be retrieved by using the fully qualified url
      Parameters:
      fullUrl - the fully qualified url to the required resource
      responseEntityType - the type of the resource that should be returned
      scimHttpClient - the http client instance
    • DeleteBuilder

      public DeleteBuilder(String baseUrl, String endpoint, String resourceId, Class<T> responseEntityType, ScimHttpClient scimHttpClient)
  • Method Details