Package org.stellar.sdk
Class ClaimClaimableBalanceOperation.Builder
java.lang.Object
org.stellar.sdk.ClaimClaimableBalanceOperation.Builder
- Enclosing class:
ClaimClaimableBalanceOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an operationsetSourceAccount(@NonNull String sourceAccount) Sets the source account for this operation.
-
Constructor Details
-
Builder
Creates a new ClaimClaimableBalance builder.- Parameters:
balanceId- The id of the claimable balance.
-
-
Method Details
-
setSourceAccount
public ClaimClaimableBalanceOperation.Builder setSourceAccount(@NonNull @NonNull String sourceAccount) Sets the source account for this operation.- Parameters:
sourceAccount- The operation's source account.- Returns:
- Builder object so you can chain methods.
-
build
Builds an operation
-