Class ExternalDocumentsTransactionResultJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ExternalDocumentsTransactionResultJson
- All Implemented Interfaces:
Serializable
public class ExternalDocumentsTransactionResultJson extends BaseJson
Results from an action regarding external files
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExternalDocumentsTransactionResultJson()
-
Method Summary
Modifier and Type Method Description Set<String>
getGuids()
Guids of docuemnts copied to ExchangeString
getRoomUUID()
Uuid of the workspaceString
getTransactionUUID()
Uuid of the transactionvoid
setGuids(Set<String> guids)
Guids of docuemnts copied to Exchangevoid
setRoomUUID(String roomUUID)
Uuid of the workspacevoid
setTransactionUUID(String transactionUUID)
Uuid of the transactionMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ExternalDocumentsTransactionResultJson
public ExternalDocumentsTransactionResultJson()
-
-
Method Details
-
getTransactionUUID
Uuid of the transaction- Returns:
- Uuid of the transaction
-
setTransactionUUID
Uuid of the transaction- Parameters:
transactionUUID
- Uuid of the transaction
-
getGuids
Guids of docuemnts copied to Exchange- Returns:
- Guids of docuemnts copied to Exchange
-
setGuids
Guids of docuemnts copied to Exchange- Parameters:
guids
- Guids of docuemnts copied to Exchange
-
getRoomUUID
Uuid of the workspace- Returns:
- Uuid of the workspace
-
setRoomUUID
Uuid of the workspace- Parameters:
roomUUID
- Uuid of the workspace
-