Package | Description |
---|---|
com.onshape.api |
Onshape API client library.
|
com.onshape.api.requests |
Request object types.
|
Modifier and Type | Method | Description |
---|---|---|
CommentsCreateRequest.Builder |
Comments.create() |
Create request for create
|
Modifier and Type | Method | Description |
---|---|---|
CommentsCreateRequest.Builder |
CommentsCreateRequest.Builder.assemblyFeature(String value) |
Set id of an assembly feature, with the owner occurrence path id prepended.
|
CommentsCreateRequest.Builder |
CommentsCreateRequest.Builder.assignee(String value) |
Set the user this comment is assigned to.
|
static CommentsCreateRequest.Builder |
CommentsCreateRequest.builder(Onshape onshape) |
|
CommentsCreateRequest.Builder |
CommentsCreateRequest.Builder.documentId(String value) |
Set id of the document to comment on.
|
CommentsCreateRequest.Builder |
CommentsCreateRequest.Builder.elementFeature(String value) |
Set id of an element feature.
|
CommentsCreateRequest.Builder |
CommentsCreateRequest.Builder.elementId(String value) |
Set id of the element.
|
CommentsCreateRequest.Builder |
CommentsCreateRequest.Builder.elementOccurrence(String value) |
Set id of an assembly occurrence.
|
CommentsCreateRequest.Builder |
CommentsCreateRequest.Builder.elementQuery(String value) |
Set query to get element parts like face.
|
CommentsCreateRequest.Builder |
CommentsCreateRequest.Builder.message(String value) |
Set Raw text for the comment.
|
CommentsCreateRequest.Builder |
CommentsCreateRequest.Builder.parentId(String value) |
Set id of the parent comment in case this is a reply.
|
CommentsCreateRequest.Builder |
CommentsCreateRequest.Builder.versionId(String value) |
Set id of the version to comment on.
|
CommentsCreateRequest.Builder |
CommentsCreateRequest.Builder.viewData(CommentsCreateRequestViewData value) |
Set camera view data associated with this comment.
|
CommentsCreateRequest.Builder |
CommentsCreateRequest.Builder.workspaceId(String value) |
Set id of the document workspace to comment on.
|
Copyright © 2021. All rights reserved.