public final class DocumentsCreateVersionRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DocumentsCreateVersionRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DocumentsCreateVersionRequest.Builder |
builder(Onshape onshape) |
|
String |
getDescription() |
Get Version description
|
String |
getDocumentId() |
Get Document ID (must match path parameter)
|
Boolean |
getFromHistory() |
Get Specifies whether to create a version at a specific microversion (specified by microversionId)
|
String |
getMicroversionId() |
Get Microversion ID at which to create the version if fromHistory is true
|
String |
getName() |
Get Version name
|
String |
getWorkspaceId() |
Get Workspace ID of a workspace where the version will be created if fromHistory is false.
|
String |
toString() |
public final String getDocumentId()
public final String getWorkspaceId()
public final String getName()
public final String getDescription()
public final String getMicroversionId()
public final Boolean getFromHistory()
public static final DocumentsCreateVersionRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.