public class AddTransientDocumentPermissionRequestJson extends BaseJson
Constructor and Description |
---|
AddTransientDocumentPermissionRequestJson() |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Message of requester to administrator
|
String |
getPath() |
PermissionRequestType |
getRequestType() |
String |
getSubject()
Subject of message from requester to administrator
|
Date |
getTimeExtensionDate() |
String |
getWorkspaceUuid()
The file UUID
|
void |
setMessage(String message)
Message of requester to administrator
|
void |
setPath(String path) |
void |
setRequestType(PermissionRequestType requestType) |
void |
setSubject(String subject)
Subject of message from requester to administrator
|
void |
setTimeExtensionDate(Date timeExtensionDate) |
void |
setWorkspaceUuid(String workspaceUuid)
The file UUID
|
getObjType, setObjType, toString
public AddTransientDocumentPermissionRequestJson()
public String getPath()
public void setPath(String path)
public PermissionRequestType getRequestType()
public void setRequestType(PermissionRequestType requestType)
public String getSubject()
public void setSubject(String subject)
subject
- Subject of message from requester to administratorpublic String getMessage()
public void setMessage(String message)
message
- Message of requester to administratorpublic String getWorkspaceUuid()
public void setWorkspaceUuid(String workspaceUuid)
workspaceUuid
- The file UUIDpublic Date getTimeExtensionDate()
public void setTimeExtensionDate(Date timeExtensionDate)
Copyright © 2019. All rights reserved.