ResponseWithDocumentpublic final class CommentsReopenResponse extends AbstractResponseObject implements ResponseWithDocument
| Constructor | Description |
|---|---|
CommentsReopenResponse() |
| 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.
|
CommentsReopenResponseViewData |
getViewData() |
Get camera view data associated with this comment.
|
String |
getWorkspaceId() |
Get id of the document workspace to comment on.
|
String |
toString() |
getOtherPropertiespublic final OnshapeDocument getDocument()
getDocument in interface ResponseWithDocumentpublic 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 CommentsReopenResponseViewData getViewData()
public final Map getAssignee()
Copyright © 2021. All rights reserved.