| Modifier and Type | Class and Description |
|---|---|
class |
BodyRequestBuilder
Request builder which includes a body component
|
class |
CopyBuilder
Deprecated.
the COPY method is not supported by the Fedora 1.0 specification
|
class |
DeleteBuilder
Builds a request to delete a resource
|
class |
GetBuilder
Builds a GET request to retrieve the content of a resource from the Fedora HTTP API
|
class |
HeadBuilder
Builds a HEAD request to retrieve resource headers.
|
class |
HistoricMementoBuilder
Builds a POST request for creating a memento (LDPRm) with the state given in the request body
and the datetime given in the Memento-Datetime request header.
|
class |
MoveBuilder
Deprecated.
the MOVE method is not supported by the Fedora 1.0 specification
|
class |
OptionsBuilder
Builds an OPTIONS request to output information about the supported HTTP methods, etc.
|
class |
OriginalMementoBuilder
Builds a POST request for creating a memento (LDPRm) from the current state of an LDPRv.
|
class |
PatchBuilder
Builds a PUT request for interacting with the Fedora HTTP API in order to modify the triples associated with a
resource with SPARQL-Update.
|
class |
PostBuilder
Builds a post request for interacting with the Fedora HTTP API in order to create a new resource within an LDP
container.
|
class |
PutBuilder
Builds a PUT request for interacting with the Fedora HTTP API in order to create a resource with a specified path,
or replace the triples associated with a resource with the triples provided in the request body.
|
class |
RetrieveRequestBuilder
Abstract builder for requests to retrieve information from the server
|
| Modifier and Type | Method and Description |
|---|---|
protected RequestBuilder |
RequestBuilder.addHeader(String name,
String value)
Add a header with the given name and value to the request.
|
protected RequestBuilder |
RequestBuilder.addLinkHeader(FcrepoLink linkHeader)
Add a link header to the request
|
Copyright © 2013–2019 DuraSpace, Inc.. All rights reserved.