Class GetDocumentLinkInfoRequestJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.GetDocumentLinkInfoRequestJson
-
- All Implemented Interfaces:
Serializable
public class GetDocumentLinkInfoRequestJson extends BaseJson
Request for getting information about a file link- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetDocumentLinkInfoRequestJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEncryptedInfo()
Expects the data that is present in the c= parameter of the file linkvoid
setEncryptedInfo(String encryptedInfo)
Expects the data that is present in the c= parameter of the file link-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getEncryptedInfo
public String getEncryptedInfo()
Expects the data that is present in the c= parameter of the file link- Returns:
- Expects the data that is present in the c= parameter of the file link
-
setEncryptedInfo
public void setEncryptedInfo(String encryptedInfo)
Expects the data that is present in the c= parameter of the file link- Parameters:
encryptedInfo
- Expects the data that is present in the c= parameter of the file link
-
-