setSourceAccount method
- String sourceAccountId
Sets the source account for this operation represented by sourceAccountId
.
Implementation
CreateAccountOperationBuilder setSourceAccount(String sourceAccountId) {
_mSourceAccount = sourceAccountId;
return this;
}