|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.chargebee.internal.Resource<Export>
com.chargebee.models.Export
public class Export
| Nested Class Summary | |
|---|---|
static class |
Export.AddonsRequest
|
static class |
Export.CouponsRequest
|
static class |
Export.CreditNotesRequest
|
static class |
Export.CustomersRequest
|
static class |
Export.DeferredRevenueRequest
|
static class |
Export.Download
|
static class |
Export.InvoicesRequest
|
static class |
Export.MimeType
|
static class |
Export.OrdersRequest
|
static class |
Export.PlansRequest
|
static class |
Export.RevenueRecognitionRequest
|
static class |
Export.Status
|
static class |
Export.SubscriptionsRequest
|
static class |
Export.TransactionsRequest
|
| Field Summary |
|---|
| Fields inherited from class com.chargebee.internal.Resource |
|---|
jsonObj |
| Constructor Summary | |
|---|---|
Export(org.json.JSONObject jsonObj)
|
|
Export(String jsonStr)
|
|
| Method Summary | |
|---|---|
static Export.AddonsRequest |
addons()
|
static Export.CouponsRequest |
coupons()
|
Timestamp |
createdAt()
|
static Export.CreditNotesRequest |
creditNotes()
|
static Export.CustomersRequest |
customers()
|
static Export.DeferredRevenueRequest |
deferredRevenue()
|
Export.Download |
download()
|
String |
id()
|
static Export.InvoicesRequest |
invoices()
|
Export.MimeType |
mimeType()
|
String |
operationType()
|
static Export.OrdersRequest |
orders()
|
static Export.PlansRequest |
plans()
|
static Request |
retrieve(String id)
|
static Export.RevenueRecognitionRequest |
revenueRecognition()
|
Export.Status |
status()
|
static Export.SubscriptionsRequest |
subscriptions()
|
static Export.TransactionsRequest |
transactions()
|
Export |
waitForExportCompletion()
|
| Methods inherited from class com.chargebee.internal.Resource |
|---|
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Export(String jsonStr)
public Export(org.json.JSONObject jsonObj)
| Method Detail |
|---|
public String id()
public String operationType()
public Export.MimeType mimeType()
public Export.Status status()
public Timestamp createdAt()
public Export.Download download()
public static Request retrieve(String id)
public static Export.RevenueRecognitionRequest revenueRecognition()
public static Export.DeferredRevenueRequest deferredRevenue()
public static Export.PlansRequest plans()
public static Export.AddonsRequest addons()
public static Export.CouponsRequest coupons()
public static Export.CustomersRequest customers()
public static Export.SubscriptionsRequest subscriptions()
public static Export.InvoicesRequest invoices()
public static Export.CreditNotesRequest creditNotes()
public static Export.TransactionsRequest transactions()
public static Export.OrdersRequest orders()
public Export waitForExportCompletion()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||