Package org.stellar.sdk
Class ClawbackClaimableBalanceOperation.Builder
java.lang.Object
org.stellar.sdk.ClawbackClaimableBalanceOperation.Builder
- Enclosing class:
ClawbackClaimableBalanceOperation
Builds ClawbackClaimableBalanceOperation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an operationsetSourceAccount(String sourceAccount) Set source account of this operation
-
Constructor Details
-
Builder
Creates a new ClawbackClaimableBalanceOperation builder.- Parameters:
balanceId- The id of the claimable balance which will be clawed back.
-
-
Method Details
-
setSourceAccount
Set source account of this operation- Parameters:
sourceAccount- Source account- Returns:
- Builder object so you can chain methods.
-
build
Builds an operation
-