| org.mule.modules.zuora.zuora.api.RestZuoraClient |
Known Indirect Subclasses
|
Class Overview
Client for Zuora services that are Restful instead of SOAP
Summary
| Public Methods |
|
abstract
InputStream
|
getExportedFileStream(String username, String password, String exportId)
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
|
Public Methods
public
abstract
InputStream
getExportedFileStream
(String username, String password, String exportId)
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
Parameters
| username
| |
| password
| |
| exportId
| |
Throws
| IOException
| if there's a problem while getting the file |
| ZuoraException
| if the export is not ready |
| IllegalArgumentException
| if the credentials are not set
|