ResponseWithDocumentpublic final class CommentsGetResponseItems extends AbstractResponseObject implements ResponseWithDocument
| Modifier and Type | Field | Description |
|---|---|---|
String[] |
assemblyFeatures |
The list of assembly features on which this comment has lived.
|
String |
assignedAt |
Date assigned.
|
Map |
assignee |
the user this comment is assigned to.
|
Map |
attachment |
attachment details.
|
Boolean |
canDelete |
Can delete.
|
Boolean |
canResolveOrReopen |
Can resolve or reopen
|
String |
createdAt |
Date created.
|
String |
documentId |
id of the document to comment on.
|
String |
elementFeature |
id of an element feature.
|
String |
elementId |
id of the element.
|
String[] |
elementOccurrences |
The list of occurrences on which this comment has lived.
|
String |
elementQuery |
query to get element parts like face.
|
String |
message |
Raw text for the comment.
|
String |
parentId |
id of the parent comment in case this is a reply.
|
String |
releasePackageId |
Release package id.
|
String |
reopenedAt |
Date reopened.
|
Map |
reopenedBy |
user who reopened this comment.
|
Number |
replyCount |
number of replies.
|
String |
resolvedAt |
Date resolved.
|
Map |
resolvedBy |
user who resolved this comment.
|
Number |
state |
0=open, 1=resolved, 2=reopened.
|
Map |
thumbnail |
thumbnail url.
|
Boolean |
topLevel |
is this document at the top level.
|
Map |
user |
user who created this comment.
|
String |
versionId |
id of the version to comment on.
|
CommentsGetResponseItemsViewData |
viewData |
camera view data associated with this comment.
|
String |
workspaceId |
id of the document workspace to comment on.
|
| Constructor | Description |
|---|---|
CommentsGetResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
String[] |
getAssemblyFeatures() |
Get The list of assembly features on which this comment has lived.
|
String |
getAssignedAt() |
Get Date assigned.
|
Map |
getAssignee() |
Get the user this comment is assigned to.
|
Map |
getAttachment() |
Get attachment details.
|
Boolean |
getCanDelete() |
Get Can delete.
|
Boolean |
getCanResolveOrReopen() |
Get Can resolve or reopen
|
String |
getCreatedAt() |
Get Date created.
|
OnshapeDocument |
getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
String |
getDocumentId() |
Get id of the document to comment on.
|
String |
getElementFeature() |
Get id of an element feature.
|
String |
getElementId() |
Get id of the element.
|
String[] |
getElementOccurrences() |
Get The list of occurrences on which this comment has lived.
|
String |
getElementQuery() |
Get query to get element parts like face.
|
String |
getMessage() |
Get Raw text for the comment.
|
String |
getParentId() |
Get id of the parent comment in case this is a reply.
|
String |
getReleasePackageId() |
Get Release package id.
|
String |
getReopenedAt() |
Get Date reopened.
|
Map |
getReopenedBy() |
Get user who reopened this comment.
|
Number |
getReplyCount() |
Get number of replies.
|
String |
getResolvedAt() |
Get Date resolved.
|
Map |
getResolvedBy() |
Get user who resolved this comment.
|
Number |
getState() |
Get 0=open, 1=resolved, 2=reopened.
|
Map |
getThumbnail() |
Get thumbnail url.
|
Boolean |
getTopLevel() |
Get is this document at the top level.
|
Map |
getUser() |
Get user who created this comment.
|
String |
getVersionId() |
Get id of the version to comment on.
|
CommentsGetResponseItemsViewData |
getViewData() |
Get camera view data associated with this comment.
|
String |
getWorkspaceId() |
Get id of the document workspace to comment on.
|
String |
toString() |
getOtherPropertiespublic String createdAt
public String releasePackageId
public Boolean topLevel
public Map user
public Map resolvedBy
public Map reopenedBy
public String resolvedAt
public String reopenedAt
public String assignedAt
public Boolean canResolveOrReopen
public Boolean canDelete
public Map attachment
public Map thumbnail
public Number replyCount
public Number state
public String documentId
public String workspaceId
public String versionId
public String parentId
public String message
public String elementId
public String elementQuery
public String elementFeature
public String[] elementOccurrences
public String[] assemblyFeatures
public CommentsGetResponseItemsViewData viewData
public Map assignee
public final String getCreatedAt()
public final String getReleasePackageId()
public final Boolean getTopLevel()
public final Map getUser()
public final Map getResolvedBy()
public final Map getReopenedBy()
public final String getResolvedAt()
public final String getReopenedAt()
public final String getAssignedAt()
public final Boolean getCanResolveOrReopen()
public final Boolean getCanDelete()
public final Map getAttachment()
public final Map getThumbnail()
public final Number getReplyCount()
public final Number getState()
public final String getDocumentId()
public final String getWorkspaceId()
public final String getVersionId()
public final String getParentId()
public final String getMessage()
public final String getElementId()
public final String getElementQuery()
public final String getElementFeature()
public final String[] getElementOccurrences()
public final String[] getAssemblyFeatures()
public final CommentsGetResponseItemsViewData getViewData()
public final Map getAssignee()
public final OnshapeDocument getDocument()
getDocument in interface ResponseWithDocumentCopyright © 2021. All rights reserved.