public final class DocumentsGetDocumentResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
DocumentsGetDocumentResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getActive() |
Get Whether a shared document is active
|
String[] |
getBetaCapabilityIds() |
Get Onshape internal use
|
Date |
getCreatedAt() |
Get Creation date
|
DocumentsGetDocumentResponseCreatedBy |
getCreatedBy() |
Get User information for the creator of the document
|
DocumentsGetDocumentResponseDefaultWorkspace |
getDefaultWorkspace() |
Get Information about the default workspace
|
String |
getDocumentThumbnailElementId() |
Get The element which the Document Thumbnail should mirror
|
String |
getHref() |
Get Document URL
|
String |
getId() |
Get Document ID
|
Boolean |
getIsPublic() |
Get Whether document is public
|
Date |
getModifiedAt() |
Get Date of last modification
|
DocumentsGetDocumentResponseModifiedBy |
getModifiedBy() |
Get User information for the last modifier of the document
|
String |
getName() |
Get Name of document
|
DocumentsGetDocumentResponseOwner |
getOwner() |
Get Information about document owner
|
String |
getPermission() |
Get User's level of access to the document; can be ANONYMOUS_ACCESS, READ, READ_COPY_EXPORT, COMMENT, WRITE, RESHARE, FULL, or OWNER (Deprecated)
|
String[] |
getPermissionSet() |
Get User's level of access to the document.
|
Number |
getSizeBytes() |
Get Size of document in bytes
|
String |
getStarred() |
Get Whether document has been starred (Deprecated)
|
String[] |
getTags() |
Get Reserved for future use
|
DocumentsGetDocumentResponseThumbnail |
getThumbnail() |
Get Thumbnail information
|
Number |
getTotalWorkspacesScheduledForUpdate() |
Get Number of workspaces that are scheduled for updating
|
Number |
getTotalWorkspacesUpdating() |
Get Number of workspaces that are updating
|
Boolean |
getTrash() |
Get Whether document has been trashed
|
Date |
getTrashedAt() |
Get When document has been trashed
|
DocumentsGetDocumentResponse |
refresh(Onshape onshape) |
Refresh this page of results
|
String |
toString() |
getOtherPropertiespublic final DocumentsGetDocumentResponse refresh(Onshape onshape) throws OnshapeException
onshape - The Onshape client object.OnshapeException - On HTTP or serialization error.public final DocumentsGetDocumentResponseDefaultWorkspace getDefaultWorkspace()
public final String[] getBetaCapabilityIds()
public final Boolean getIsPublic()
public final DocumentsGetDocumentResponseOwner getOwner()
public final String[] getPermissionSet()
public final String getPermission()
public final Date getTrashedAt()
public final Boolean getTrash()
public final String getStarred()
public final String getActive()
public final Date getCreatedAt()
public final String getDocumentThumbnailElementId()
public final DocumentsGetDocumentResponseThumbnail getThumbnail()
public final DocumentsGetDocumentResponseCreatedBy getCreatedBy()
public final Date getModifiedAt()
public final DocumentsGetDocumentResponseModifiedBy getModifiedBy()
public final String[] getTags()
public final Number getSizeBytes()
public final String getName()
public final String getId()
public final String getHref()
public final Number getTotalWorkspacesUpdating()
public final Number getTotalWorkspacesScheduledForUpdate()
Copyright © 2021. All rights reserved.