public final class DocumentsMoveElementsToDocumentRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DocumentsMoveElementsToDocumentRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DocumentsMoveElementsToDocumentRequest.Builder |
builder(Onshape onshape) |
|
String[] |
getBetaCapabilityIds() |
Get Onshape internal use
|
String[] |
getElements() |
Get elements to move
|
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 2: Team
|
String |
getSourceDocumentId() |
Get source document Id
|
String |
getSourceWorkspaceId() |
Get source workspace Id
|
String[] |
getTags() |
Get Onshape internal use
|
String |
getTargetDocumentId() |
Get target document Id
|
String |
getTargetWorkspaceId() |
Get target workspace Id
|
String |
toString() |
public final String getName()
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 String[] getElements()
public final String getSourceDocumentId()
public final String getSourceWorkspaceId()
public final String getTargetDocumentId()
public final String getTargetWorkspaceId()
public static final DocumentsMoveElementsToDocumentRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.