public static final class CommentsGetAttachmentRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
CommentsGetAttachmentResponse |
call(String cid,
String fdid) |
Calls getAttachment method, Get an attachment associated with comment
|
InputStreamWithHeaders |
callToStream(String cid,
String fdid) |
Calls getAttachment method, Get an attachment associated with comment
|
public final CommentsGetAttachmentResponse call(String cid, String fdid) throws OnshapeException
cid - Comment IDfdid - Foreign data IDOnshapeException - On HTTP or serialization errorpublic final InputStreamWithHeaders callToStream(String cid, String fdid) throws OnshapeException
cid - Comment IDfdid - Foreign data IDOnshapeException - On HTTP errorCopyright © 2021. All rights reserved.