Class UpdateDataGroupPermissions

All Implemented Interfaces:
ResourceRequest<ResourceResponse<Void>>, Callable<ResourceResponse<Void>>

public class UpdateDataGroupPermissions extends PutResource<JsonObject,Void>
Updates the permissions of a data group in LQE.
Since:
1.11.0
  • Constructor Details

  • Method Details

    • 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<JsonObject,Void>
      Parameters:
      resource - the resource on which to execute a request.
      Returns:
      the response of the request execution.