public class GetInfoUnauthDocumentResultJson extends BaseJson
Constructor and Description |
---|
GetInfoUnauthDocumentResultJson() |
Modifier and Type | Method and Description |
---|---|
String |
getAnnotatingUser() |
String |
getContentType() |
Date |
getCreationDate()
Date of creation.
|
Date |
getDeleteDate() |
DocumentCurrentVersionJson |
getDocumentCurrentVersion()
A json which represents the current version of the file
|
String |
getEditorUrl()
URL to edit the document using Wopi
|
String |
getGuid()
Signed GUID of a file, created by the server.
|
Date |
getLastUpdated()
Date of creation or last update of the file.
|
Date |
getModifiedDate()
Date of modified.
|
String |
getName()
File name
|
String |
getOnlineEditorUrl() |
Long |
getOriginalSize()
Original size of file (bytes)
|
String |
getSender()
Sender's email address
|
String |
getViewerUrl() |
boolean |
isIsSimplyShared()
Indicates that the file is available for download without
authentication If false, all other fields might be invalid
|
boolean |
isSimplyShared()
Deprecated.
|
void |
setAnnotatingUser(String annotatingUser) |
void |
setContentType(String contentType) |
void |
setCreationDate(Date creationDate)
Date of creation.
|
void |
setDeleteDate(Date deleteDate) |
void |
setDocumentCurrentVersion(DocumentCurrentVersionJson documentCurrentVersion)
A json which represents the current version of the file
|
void |
setEditorUrl(String editorUrl)
URL to edit the document using Wopi
|
void |
setGuid(String guid)
Signed GUID of a file, created by the server.
|
void |
setIsSimplyShared(boolean isSimplyShared)
Indicates that the file is available for download without
authentication If false, all other fields might be invalid
|
void |
setLastUpdated(Date lastUpdated)
Date of creation or last update of the file.
|
void |
setModifiedDate(Date modifiedDate)
Date of modified.
|
void |
setName(String name)
File name
|
void |
setOnlineEditorUrl(String onlineEditorUrl) |
void |
setOriginalSize(Long originalSize)
Original size of file (bytes)
|
void |
setSender(String sender)
Sender's email address
|
void |
setSimplyShared(boolean isSimplyShared)
Deprecated.
|
void |
setViewerUrl(String viewerUrl) |
getObjType, setObjType, toString
public String getOnlineEditorUrl()
public void setOnlineEditorUrl(String onlineEditorUrl)
public String getEditorUrl()
public void setEditorUrl(String editorUrl)
editorUrl
- URL to edit the document using Wopipublic String getViewerUrl()
public void setViewerUrl(String viewerUrl)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate
- Date of creation.public DocumentCurrentVersionJson getDocumentCurrentVersion()
public void setDocumentCurrentVersion(DocumentCurrentVersionJson documentCurrentVersion)
documentCurrentVersion
- A json which represents the current
version of the filepublic Date getLastUpdated()
public void setLastUpdated(Date lastUpdated)
lastUpdated
- Date of creation or last update of the file.public String getSender()
public void setSender(String sender)
sender
- Sender's email addresspublic Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
modifiedDate
- Date of modified.public String getName()
public void setName(String name)
name
- File namepublic String getGuid()
public void setGuid(String guid)
guid
- Signed GUID of a file, created by the server.public Long getOriginalSize()
public void setOriginalSize(Long originalSize)
originalSize
- Original size of file (bytes)public boolean isIsSimplyShared()
@Deprecated public boolean isSimplyShared()
public void setIsSimplyShared(boolean isSimplyShared)
isSimplyShared
- Indicates that the file is available for download
without authentication If false, all other fields might be invalid@Deprecated public void setSimplyShared(boolean isSimplyShared)
isSimplyShared
- Indicates that the file is available for download
without authentication If false, all other fields might be invalidpublic String getAnnotatingUser()
public void setAnnotatingUser(String annotatingUser)
public String getContentType()
public void setContentType(String contentType)
public Date getDeleteDate()
public void setDeleteDate(Date deleteDate)
Copyright © 2019. All rights reserved.