Class ExternalTransactionInputJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ExternalTransactionInputJson
- All Implemented Interfaces:
Serializable
public class ExternalTransactionInputJson extends BaseJson
Used when getting the status of an external transaction
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExternalTransactionInputJson()
-
Method Summary
Modifier and Type Method Description String
getTransactionUUID()
Uuid of the transactionvoid
setTransactionUUID(String transactionUUID)
Uuid of the transactionMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ExternalTransactionInputJson
public ExternalTransactionInputJson()
-
-
Method Details
-
getTransactionUUID
Uuid of the transaction- Returns:
- Uuid of the transaction
-
setTransactionUUID
Uuid of the transaction- Parameters:
transactionUUID
- Uuid of the transaction
-