515253545556575859
* Build the TransactionWorkRequest and mark the object to be reset * the next time that it is used. * @return */ public TransactionWorkRequest build() { TransactionWorkRequest request = this.builder.build(); this.builder = null; return (request); }