| java.lang.Object | |
| ↳ | org.mule.modules.zuora.zuora.api.RestZuoraClientImpl |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| endpoint | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return a Reader of an exported file, given credentials and a valid exportId
Reference: http://knowledgecenter.zuora.com/D_Using_the_Zuora_API/C_API_Reference/C_API_Use_Cases_and_Examples/I_Creating_an_Export
NOTE: Remember that you must close the Reader when you finish using it
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.modules.zuora.zuora.api.RestZuoraClient
| |||||||||||
| endpoint |
|---|
Return a Reader of an exported file, given credentials and a valid exportId Reference: http://knowledgecenter.zuora.com/D_Using_the_Zuora_API/C_API_Reference/C_API_Use_Cases_and_Examples/I_Creating_an_Export NOTE: Remember that you must close the Reader when you finish using it
| username | |
|---|---|
| password | |
| exportId |
| IOException |
|---|