public final class DocumentsGetDocumentsResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Boolean |
active |
Whether a shared document is active
|
Boolean |
canUnshare |
Whether document can be unshared
|
Date |
createdAt |
Creation date
|
DocumentsGetDocumentsResponseItemsCreatedBy |
createdBy |
User information for the creator of the document
|
DocumentsGetDocumentsResponseItemsDefaultWorkspace |
defaultWorkspace |
Information about the default workspace
|
String |
href |
Document URL
|
String |
id |
Document ID
|
Boolean |
isPublic |
Whether document is public
|
Date |
modifiedAt |
Date of last modification
|
DocumentsGetDocumentsResponseItemsModifiedBy |
modifiedBy |
User information for the last modifier of the document
|
String |
name |
Name of document
|
DocumentsGetDocumentsResponseItemsOwner |
owner |
Information about document owner
|
String |
permission |
Onshape internal use
|
Number |
sizeBytes |
Size of document in bytes
|
String |
starred |
Whether document has been starred
|
String[] |
tags |
Reserved for future use
|
DocumentsGetDocumentsResponseItemsThumbnail |
thumbnail |
Thumbnail information
|
Number |
totalWorkspacesScheduledForUpdate |
Number of workspaces that are scheduled for updating
|
Number |
totalWorkspacesUpdating |
Number of workspaces that are updating
|
Boolean |
trash |
Whether document has been trashed
|
Date |
trashedAt |
When document has been trashed
|
| Constructor | Description |
|---|---|
DocumentsGetDocumentsResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getActive() |
Get Whether a shared document is active
|
Boolean |
getCanUnshare() |
Get Whether document can be unshared
|
Date |
getCreatedAt() |
Get Creation date
|
DocumentsGetDocumentsResponseItemsCreatedBy |
getCreatedBy() |
Get User information for the creator of the document
|
DocumentsGetDocumentsResponseItemsDefaultWorkspace |
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
|
DocumentsGetDocumentsResponseItemsModifiedBy |
getModifiedBy() |
Get User information for the last modifier of the document
|
String |
getName() |
Get Name of document
|
DocumentsGetDocumentsResponseItemsOwner |
getOwner() |
Get Information about document owner
|
String |
getPermission() |
Get Onshape internal use
|
Number |
getSizeBytes() |
Get Size of document in bytes
|
String |
getStarred() |
Get Whether document has been starred
|
String[] |
getTags() |
Get Reserved for future use
|
DocumentsGetDocumentsResponseItemsThumbnail |
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
|
String |
toString() |
getOtherPropertiespublic Boolean isPublic
public DocumentsGetDocumentsResponseItemsOwner owner
public String permission
public Date trashedAt
public Boolean trash
public String starred
public Boolean active
public Date createdAt
public DocumentsGetDocumentsResponseItemsThumbnail thumbnail
public DocumentsGetDocumentsResponseItemsCreatedBy createdBy
public Date modifiedAt
public DocumentsGetDocumentsResponseItemsModifiedBy modifiedBy
public DocumentsGetDocumentsResponseItemsDefaultWorkspace defaultWorkspace
public String[] tags
public Number sizeBytes
public Boolean canUnshare
public String name
public String id
public String href
public Number totalWorkspacesUpdating
public Number totalWorkspacesScheduledForUpdate
public final Boolean getIsPublic()
public final DocumentsGetDocumentsResponseItemsOwner getOwner()
public final String getPermission()
public final Date getTrashedAt()
public final Boolean getTrash()
public final String getStarred()
public final Boolean getActive()
public final Date getCreatedAt()
public final DocumentsGetDocumentsResponseItemsThumbnail getThumbnail()
public final DocumentsGetDocumentsResponseItemsCreatedBy getCreatedBy()
public final Date getModifiedAt()
public final DocumentsGetDocumentsResponseItemsModifiedBy getModifiedBy()
public final DocumentsGetDocumentsResponseItemsDefaultWorkspace getDefaultWorkspace()
public final String[] getTags()
public final Number getSizeBytes()
public final Boolean getCanUnshare()
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.