Class AddTransientDocumentPermissionRequestJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.AddTransientDocumentPermissionRequestJson
-
- All Implemented Interfaces:
Serializable
public class AddTransientDocumentPermissionRequestJson extends BaseJson
A request used when adding a file permission- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddTransientDocumentPermissionRequestJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
Message of requester to administratorString
getPath()
PermissionRequestType
getRequestType()
String
getSubject()
Subject of message from requester to administratorDate
getTimeExtensionDate()
String
getWorkspaceUuid()
The file UUIDvoid
setMessage(String message)
Message of requester to administratorvoid
setPath(String path)
void
setRequestType(PermissionRequestType requestType)
void
setSubject(String subject)
Subject of message from requester to administratorvoid
setTimeExtensionDate(Date timeExtensionDate)
void
setWorkspaceUuid(String workspaceUuid)
The file UUID-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getRequestType
public PermissionRequestType getRequestType()
-
setRequestType
public void setRequestType(PermissionRequestType requestType)
-
getSubject
public String getSubject()
Subject of message from requester to administrator- Returns:
- Subject of message from requester to administrator
-
setSubject
public void setSubject(String subject)
Subject of message from requester to administrator- Parameters:
subject
- Subject of message from requester to administrator
-
getMessage
public String getMessage()
Message of requester to administrator- Returns:
- Message of requester to administrator
-
setMessage
public void setMessage(String message)
Message of requester to administrator- Parameters:
message
- Message of requester to administrator
-
getWorkspaceUuid
public String getWorkspaceUuid()
The file UUID- Returns:
- The file UUID
-
setWorkspaceUuid
public void setWorkspaceUuid(String workspaceUuid)
The file UUID- Parameters:
workspaceUuid
- The file UUID
-
getTimeExtensionDate
public Date getTimeExtensionDate()
-
setTimeExtensionDate
public void setTimeExtensionDate(Date timeExtensionDate)
-
-