public static final class ThumbnailsGetThumbnailForDocumentAndVersionRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
ThumbnailsGetThumbnailForDocumentAndVersionResponse |
call(OnshapeDocument document,
String vid) |
Calls getThumbnailForDocumentAndVersion method, Return thumbnail info for document at specified version
|
ThumbnailsGetThumbnailForDocumentAndVersionResponse |
call(String did,
String vid) |
Calls getThumbnailForDocumentAndVersion method, Return thumbnail info for document at specified version
|
String |
linkDocumentId() |
Get Id of document that links to the document being accessed.
|
ThumbnailsGetThumbnailForDocumentAndVersionRequest.Builder |
linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
public final String linkDocumentId()
public final ThumbnailsGetThumbnailForDocumentAndVersionRequest.Builder linkDocumentId(String value)
value - Id of document that links to the document being accessed. This may provide additional access rights to the document. Allowed only with version (v) path parameter.public final ThumbnailsGetThumbnailForDocumentAndVersionResponse call(String did, String vid) throws OnshapeException
did - Document IDvid - Version IDOnshapeException - On HTTP or serialization errorpublic final ThumbnailsGetThumbnailForDocumentAndVersionResponse call(OnshapeDocument document, String vid) throws OnshapeException
document - Document object from Onshape URL.vid - Version IDOnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.