Uses of Class
org.killbill.billing.jaxrs.json.BundleJson
-
Packages that use BundleJson Package Description org.killbill.billing.jaxrs.json org.killbill.billing.jaxrs.resources -
-
Uses of BundleJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return types with arguments of type BundleJson Modifier and Type Method Description List<BundleJson>AccountTimelineJson. getBundles()Constructor parameters in org.killbill.billing.jaxrs.json with type arguments of type BundleJson Constructor Description AccountTimelineJson(AccountJson account, List<BundleJson> bundles, List<InvoiceJson> invoices, List<InvoicePaymentJson> payments) -
Uses of BundleJson in org.killbill.billing.jaxrs.resources
Methods in org.killbill.billing.jaxrs.resources with parameters of type BundleJson Modifier and Type Method Description javax.ws.rs.core.ResponseBundleResource. renameExternalKey(UUID bundleId, BundleJson json, String createdBy, String reason, String comment, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)javax.ws.rs.core.ResponseBundleResource. transferBundle(UUID bundleId, BundleJson json, String requestedDate, BillingActionPolicy billingPolicy, BcdTransfer bcdTransfer, List<String> pluginPropertiesString, String createdBy, String reason, String comment, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)
-