Uses of Class
org.killbill.billing.client.model.gen.BundleTimeline
-
Packages that use BundleTimeline Package Description org.killbill.billing.client.model.gen -
-
Uses of BundleTimeline in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return BundleTimeline Modifier and Type Method Description BundleTimelineBundleTimeline. addEventsItem(EventSubscription eventsItem)BundleTimelineBundle. getTimeline()BundleTimelineBundleTimeline. setAccountId(UUID accountId)BundleTimelineBundleTimeline. setBundleId(UUID bundleId)BundleTimelineBundleTimeline. setEvents(List<EventSubscription> events)BundleTimelineBundleTimeline. setExternalKey(String externalKey)Methods in org.killbill.billing.client.model.gen with parameters of type BundleTimeline Modifier and Type Method Description BundleBundle. setTimeline(BundleTimeline timeline)Constructors in org.killbill.billing.client.model.gen with parameters of type BundleTimeline Constructor Description Bundle(UUID accountId, UUID bundleId, String externalKey, List<Subscription> subscriptions, BundleTimeline timeline, List<AuditLog> auditLogs)
-