Class UpdateBuilder<T extends ResourceNode>

    • Constructor Detail

      • UpdateBuilder

        public UpdateBuilder​(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