| Modifier and Type | Method and Description |
|---|---|
GetBuilder |
GetBuilder.accept(String mediaType)
Add the accept header to this request to negotiate the response format.
|
GetBuilder |
GetBuilder.disableRedirects()
Disable following redirects.
|
GetBuilder |
FcrepoClient.get(URI url)
Make a GET request to retrieve the content of a resource
|
GetBuilder |
GetBuilder.ifModifiedSince(String lastModified)
Provide a if-last-modified header for this request
|
GetBuilder |
GetBuilder.ifNoneMatch(String etag)
Provide an etag for the if-none-match header for this request
|
GetBuilder |
GetBuilder.preferMinimal()
Set the prefer header for this request to minimal, to indicate that only triples directly related to a resource
should be returned.
|
GetBuilder |
GetBuilder.preferRepresentation()
Set the prefer header for this request to representation, to indicate that links to other resources and their
properties should also be included.
|
GetBuilder |
GetBuilder.preferRepresentation(List<URI> includeUris,
List<URI> omitUris)
Set the prefer header for this request to representation, to indicate that links to other resources and their
properties should also be included.
|
GetBuilder |
GetBuilder.range(Long rangeStart,
Long rangeEnd)
Set the byte range of content to retrieve
|
Copyright © 2013-2016 DuraSpace, Inc.. All Rights Reserved.