public class RemoveLink
extends com.sodius.oslc.core.process.internal.requests.AbstractLinkRequest
This request returns a generic ResourceResponse
, as callers may not know the exact type of response to expect.
Constructor and Description |
---|
RemoveLink(OslcClient client,
DirectedLink link) |
Modifier and Type | Method and Description |
---|---|
ResourceResponse<Void> |
call()
Executes the request and parse the response content in the specified format.
|
public RemoveLink(OslcClient client, DirectedLink link)
public ResourceResponse<Void> call()
ResourceRequest
ClientWebException
in case the HTTP response status is not 20x
.