@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class WorkspaceItem extends Object
A workspaceItem (file type only) representing the file. This property is only returned in response to file specific GET call.
| Constructor and Description |
|---|
WorkspaceItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
WorkspaceUserAuthorization |
getCallerAuthorization() |
String |
getContentType() |
String |
getCreated()
The UTC DateTime when the workspace item was created.
|
String |
getCreatedById() |
WorkspaceUser |
getCreatedByInformation() |
String |
getExtension() |
String |
getFileSize() |
String |
getFileUri() |
String |
getId() |
String |
getIsPublic()
If true, this supersedes need for bit mask permission with workspaceUserAuthorization
|
String |
getLastModified() |
String |
getLastModifiedById()
Utc date and time the comment was last updated (can only be done by creator)
|
WorkspaceUser |
getLastModifiedByInformation() |
String |
getName()
A simple string description of the item, such as a file name or a folder name.
|
String |
getPageCount() |
String |
getParentFolderId()
The ID of the parent folder.
|
String |
getParentFolderUri() |
String |
getType()
The type of the workspace item.
|
String |
getUri() |
int |
hashCode() |
void |
setCallerAuthorization(WorkspaceUserAuthorization callerAuthorization) |
void |
setContentType(String _contentType) |
void |
setCreated(String created) |
void |
setCreatedById(String createdById) |
void |
setCreatedByInformation(WorkspaceUser createdByInformation) |
void |
setExtension(String extension) |
void |
setFileSize(String fileSize) |
void |
setFileUri(String fileUri) |
void |
setId(String id) |
void |
setIsPublic(String isPublic) |
void |
setLastModified(String lastModified) |
void |
setLastModifiedById(String lastModifiedById) |
void |
setLastModifiedByInformation(WorkspaceUser lastModifiedByInformation) |
void |
setName(String name) |
void |
setPageCount(String pageCount) |
void |
setParentFolderId(String parentFolderId) |
void |
setParentFolderUri(String parentFolderUri) |
void |
setType(String type) |
void |
setUri(String uri) |
String |
toString() |
public WorkspaceUserAuthorization getCallerAuthorization()
public void setCallerAuthorization(WorkspaceUserAuthorization callerAuthorization)
public String getContentType()
public void setContentType(String _contentType)
public String getCreated()
The UTC DateTime when the workspace item was created.
public void setCreated(String created)
public String getCreatedById()
public void setCreatedById(String createdById)
public WorkspaceUser getCreatedByInformation()
public void setCreatedByInformation(WorkspaceUser createdByInformation)
public String getExtension()
public void setExtension(String extension)
public String getFileSize()
public void setFileSize(String fileSize)
public String getFileUri()
public void setFileUri(String fileUri)
public String getId()
public void setId(String id)
public String getIsPublic()
If true, this supersedes need for bit mask permission with workspaceUserAuthorization
public void setIsPublic(String isPublic)
public String getLastModified()
public void setLastModified(String lastModified)
public String getLastModifiedById()
Utc date and time the comment was last updated (can only be done by creator)
public void setLastModifiedById(String lastModifiedById)
public WorkspaceUser getLastModifiedByInformation()
public void setLastModifiedByInformation(WorkspaceUser lastModifiedByInformation)
public String getName()
A simple string description of the item, such as a file name or a folder name.
public void setName(String name)
public String getPageCount()
public void setPageCount(String pageCount)
public String getParentFolderId()
The ID of the parent folder. This is the GUID of the parent folder, or the special value ‘root’ for the root folder.
public void setParentFolderId(String parentFolderId)
public String getParentFolderUri()
public void setParentFolderUri(String parentFolderUri)
public String getType()
The type of the workspace item. Valid values are file, folder.
public void setType(String type)
public String getUri()
public void setUri(String uri)
Copyright © 2017. All Rights Reserved.