setSourceAccount method
- String sourceAccount
Sets the source account for this operation.
Implementation
ManageDataOperationBuilder setSourceAccount(String sourceAccount) {
checkNotNull(sourceAccount, "sourceAccount cannot be null");
_mSourceAccount = MuxedAccount(sourceAccount, null);
return this;
}