public class DeleteBuilder extends RequestBuilder
client, request, targetUri| Constructor and Description |
|---|
DeleteBuilder(URI uri,
FcrepoClient client)
Instantiate builder
|
| Modifier and Type | Method and Description |
|---|---|
DeleteBuilder |
addHeader(String name,
String value)
Add a header with the given name and value to the request.
|
protected org.apache.http.client.methods.HttpRequestBase |
createRequest()
Creates the HTTP request object for this builder
|
addLinkHeader, performpublic DeleteBuilder(URI uri, FcrepoClient client)
uri - uri request will be issued toclient - the clientprotected org.apache.http.client.methods.HttpRequestBase createRequest()
RequestBuildercreateRequest in class RequestBuilderpublic DeleteBuilder addHeader(String name, String value)
RequestBuilderaddHeader in class RequestBuildername - name of the headervalue - value of the headerCopyright © 2013–2019 DuraSpace, Inc.. All rights reserved.