|
||||||||||
| 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)
throws IOException
IOException
public static Export.RevenueRecognitionRequest revenueRecognition()
throws IOException
IOException
public static Export.DeferredRevenueRequest deferredRevenue()
throws IOException
IOException
public static Export.PlansRequest plans()
throws IOException
IOException
public static Export.AddonsRequest addons()
throws IOException
IOException
public static Export.CouponsRequest coupons()
throws IOException
IOException
public static Export.CustomersRequest customers()
throws IOException
IOException
public static Export.SubscriptionsRequest subscriptions()
throws IOException
IOException
public static Export.InvoicesRequest invoices()
throws IOException
IOException
public static Export.CreditNotesRequest creditNotes()
throws IOException
IOException
public static Export.TransactionsRequest transactions()
throws IOException
IOException
public static Export.OrdersRequest orders()
throws IOException
IOException
public Export waitForExportCompletion()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||