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
All Methods Instance Methods Concrete Methods 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 transaction-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getTransactionUUID
public String getTransactionUUID()
Uuid of the transaction- Returns:
- Uuid of the transaction
-
setTransactionUUID
public void setTransactionUUID(String transactionUUID)
Uuid of the transaction- Parameters:
transactionUUID
- Uuid of the transaction
-
getGuids
public Set<String> getGuids()
Guids of docuemnts copied to Exchange- Returns:
- Guids of docuemnts copied to Exchange
-
setGuids
public void setGuids(Set<String> guids)
Guids of docuemnts copied to Exchange- Parameters:
guids
- Guids of docuemnts copied to Exchange
-
getRoomUUID
public String getRoomUUID()
Uuid of the workspace- Returns:
- Uuid of the workspace
-
setRoomUUID
public void setRoomUUID(String roomUUID)
Uuid of the workspace- Parameters:
roomUUID
- Uuid of the workspace
-
-