Class AddGCDeliverableLink

    • Constructor Detail

      • AddGCDeliverableLink

        public AddGCDeliverableLink​(OslcClient client,
                                    URI globalConfiguration,
                                    URI deliverable)
        Instantiates a request to add a link between a remote Global Configuration and a Deliverable.
        Parameters:
        client - the OSLC client
        globalConfiguration - the global configuration URI
        deliverable - the deliverable URI
    • Method Detail

      • call

        public Void call()
        Description copied from interface: ResourceRequest
        Executes the request and parse the response content in the specified format. Throws a ClientWebException in case the HTTP response status is not 20x.
        Specified by:
        call in interface Callable<Void>
        Specified by:
        call in interface ResourceRequest<Void>