withStartDate method

SubscriptionInfoBuilder withStartDate(
  1. DateTime startDate
)

Implementation

SubscriptionInfoBuilder withStartDate(final DateTime startDate) {
  _startDate = startDate;
  return this;
}