public final class DocumentsCreateDocumentResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
DocumentsCreateDocumentResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getActive() |
Get Whether a shared document is active
|
String[] |
getBetaCapabilityIds() |
Get Onshape internal use
|
Date |
getCreatedAt() |
Get Creation date
|
DocumentsCreateDocumentResponseCreatedBy |
getCreatedBy() |
Get User information for the creator of the document
|
DocumentsCreateDocumentResponseDefaultWorkspace |
getDefaultWorkspace() |
Get Information about the default workspace
|
String |
getHref() |
Get Document URL
|
String |
getId() |
Get Document ID
|
Boolean |
getIsPublic() |
Get Whether document is public
|
Date |
getModifiedAt() |
Get Date of last modification
|
DocumentsCreateDocumentResponseModifiedBy |
getModifiedBy() |
Get User information for the last modifier of the document
|
String |
getName() |
Get Name of document
|
DocumentsCreateDocumentResponseOwner |
getOwner() |
Get Information about document owner
|
String |
getPermission() |
Get Onshape internal use (Deprecated)
|
String[] |
getPermissionSet() |
Get User's level of access to the document.
|
Number |
getSizeBytes() |
Get Size of document in bytes
|
Boolean |
getStarred() |
Get Whether document has been starred (Deprecated)
|
String[] |
getTags() |
Get Reserved for future use
|
DocumentsCreateDocumentResponseThumbnail |
getThumbnail() |
Get Thumbnail information
|
Boolean |
getTrash() |
Get Whether document has been trashed
|
Date |
getTrashedAt() |
Get When document has been trashed
|
DocumentsCreateDocumentResponse |
refresh(Onshape onshape) |
Refresh this page of results
|
String |
toString() |
getOtherPropertiespublic final DocumentsCreateDocumentResponse refresh(Onshape onshape) throws OnshapeException
onshape - The Onshape client object.OnshapeException - On HTTP or serialization error.public final DocumentsCreateDocumentResponseDefaultWorkspace getDefaultWorkspace()
public final String[] getBetaCapabilityIds()
public final Boolean getIsPublic()
public final DocumentsCreateDocumentResponseOwner getOwner()
public final String[] getPermissionSet()
public final String getPermission()
public final Date getTrashedAt()
public final Boolean getTrash()
public final Boolean getStarred()
public final Boolean getActive()
public final Date getCreatedAt()
public final DocumentsCreateDocumentResponseThumbnail getThumbnail()
public final DocumentsCreateDocumentResponseCreatedBy getCreatedBy()
public final Date getModifiedAt()
public final DocumentsCreateDocumentResponseModifiedBy getModifiedBy()
public final String[] getTags()
public final Number getSizeBytes()
public final String getName()
public final String getId()
public final String getHref()
Copyright © 2021. All rights reserved.