public final class CommentsCreateRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CommentsCreateRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static CommentsCreateRequest.Builder |
builder(Onshape onshape) |
|
String |
getAssemblyFeature() |
Get id of an assembly feature, with the owner occurrence path id prepended.
|
String |
getAssignee() |
Get the user this comment is assigned to.
|
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 |
getElementOccurrence() |
Get id of an assembly occurrence.
|
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 |
getVersionId() |
Get id of the version to comment on.
|
CommentsCreateRequestViewData |
getViewData() |
Get camera view data associated with this comment.
|
String |
getWorkspaceId() |
Get id of the document workspace to comment on.
|
String |
toString() |
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 getElementOccurrence()
public final String getAssemblyFeature()
public final CommentsCreateRequestViewData getViewData()
public final String getAssignee()
public static final CommentsCreateRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.