Closed Mecharyry closed 5 years ago
Sometimes clients may wish to create a BatchBuilder from a Batch so that they can add additional files etc to a batch prior to submitting it to the download manager.
BatchBuilder
Batch
Expose a method on the BatchBuilder to create a new builder from a Batch.
Problem
Sometimes clients may wish to create a
BatchBuilder
from aBatch
so that they can add additional files etc to a batch prior to submitting it to the download manager.Solution
Expose a method on the
BatchBuilder
to create a new builder from aBatch
.