Class GetDataGroupPermissions

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

public class GetDataGroupPermissions extends GetResource<DataGroupPermissions>
Gets the permissions of a data group.
Since:
1.11.0
  • Constructor Details

    • GetDataGroupPermissions

      public GetDataGroupPermissions(OslcClient client, URI uri)
      Creates a request to get the permissions of a LQE data group.
      Parameters:
      client - the OSLC client to connect to the application.
      uri - the user group URL
  • Method Details

    • createResponse

      protected ResourceResponse<DataGroupPermissions> createResponse(OslcResource resource, ClientResponse response)
      Description copied from class: GetResource
      Extracts a ResourceResponse instance from the obtained HTTP response. The response contains the response headers, from which the ETag header can be extracted in case this request is to follow by a PUT.
      Overrides:
      createResponse in class GetResource<DataGroupPermissions>
      Parameters:
      resource - the resource on which a request is executed.
      response - the response obtained.
      Returns:
      the extraction of the response content into the expected format.