Class RemoveLink

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

    public class RemoveLink
    extends com.sodius.oslc.core.process.internal.requests.AbstractLinkRequest
    Remove a link on an OSLC resource.

    This request returns a generic ResourceResponse, as callers may not know the exact type of response to expect.

    Since:
    1.7.0
    • Method Detail

      • call

        public ResourceResponse<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.