Class UpdateDataGroupPermissions

    • Method Detail

      • call

        protected ClientResponse call​(OslcResource resource)
        Description copied from class: PutResource
        Executes a PUT request on the resource.

        An OSLC-Core-Version header is set to 2.0, as the PUT is expected to execute on an OSLC resource. Clients should subclass AbstractResourceRequest to execute a PUT on a non-OSLC resource.

        Overrides:
        call in class PutResource<jakarta.json.JsonObject,​Void>
        Parameters:
        resource - the resource on which to execute a request.
        Returns:
        the response of the request execution.