public final class DocumentsCreateDocumentRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DocumentsCreateDocumentRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DocumentsCreateDocumentRequest.Builder |
builder(Onshape onshape) |
|
String[] |
getBetaCapabilityIds() |
Get Onshape internal use
|
DocumentsCreateDocumentRequestElements[] |
getElements() |
Get custom elements definition to be created with document.
|
Boolean |
getIsGenerateUnknownMessages() |
Get Onshape internal use
|
Boolean |
getIsPublic() |
Get Whether document is public
|
String |
getName() |
Get Document name
|
String |
getOwnerId() |
Get Owner's user ID (default: current user)
|
Number |
getOwnerType() |
Get Owner's user type, which can be 0: user, 1: company
|
String |
getParentId() |
Get Id of a folder to place the created document in
|
String[] |
getTags() |
Get Onshape internal use
|
String |
toString() |
public final String getName()
public final String getParentId()
public final String getOwnerId()
public final Number getOwnerType()
public final String[] getBetaCapabilityIds()
public final Boolean getIsPublic()
public final Boolean getIsGenerateUnknownMessages()
public final String[] getTags()
public final DocumentsCreateDocumentRequestElements[] getElements()
public static final DocumentsCreateDocumentRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.