public static final class CommentsGetRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
CommentsGetResponse |
call(String did,
Number objectType,
String pid,
String eid,
Number filter,
Boolean resolved,
Number offset,
Number limit) |
Calls get method, Get list of comments for a document.
|
public final CommentsGetResponse call(String did, Number objectType, String pid, String eid, Number filter, Boolean resolved, Number offset, Number limit) throws OnshapeException
did - Document ID (Default: null)objectType - object type ordinal - 1=DOCUMENT, 6=UNKNOWN, 7=CHANGE_REQUEST, 8=CHANGE_ORDER, 9=CHANGE_TASK (Default: null)pid - Parent ID (Default: null)eid - Element ID (Default: null)filter - Filter ordinal - 0=TOP_LEVEL, 1=REPLIES, 2=BY_ELEMENT (Default: null)resolved - Is resolved (Default: null)offset - Pagination offset (Default: null)limit - Number of results (Default: null)OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.