| Modifier and Type | Method and Description |
|---|---|
PostBuilder |
PostBuilder.body(File file,
String contentType) |
PostBuilder |
PostBuilder.body(InputStream stream) |
PostBuilder |
PostBuilder.body(InputStream stream,
String contentType) |
PostBuilder |
PostBuilder.digest(String digest) |
PostBuilder |
PostBuilder.filename(String filename)
Provide a content disposition header which will be used as the filename
|
PostBuilder |
FcrepoClient.post(URI url)
Make a POST request to create a new resource within an LDP container.
|
PostBuilder |
PostBuilder.slug(String slug)
Provide a suggested name for the new child resource, which the repository may ignore.
|
Copyright © 2013-2016 DuraSpace, Inc.. All Rights Reserved.