| Constructor and Description |
|---|
RestDocument(String documentId)
Manages a REST document with the given document ID.
|
| Modifier and Type | Method and Description |
|---|---|
URI |
getSource()
Returns the
URI of the document source. |
String |
getSourceDocumentId()
Returns the document ID of the managed REST document.
|
boolean |
isFileSource()
Returns true if the
URI of the document source points to a file. |
public RestDocument(String documentId)
documentId - The document ID of the managed REST document.Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.