public class

RestZuoraClientImpl

extends Object
implements RestZuoraClient
java.lang.Object
   ↳ org.mule.modules.zuora.zuora.api.RestZuoraClientImpl

Summary

Fields
private final String endpoint
Public Constructors
RestZuoraClientImpl(String endpoint)
Public Methods
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
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.mule.modules.zuora.zuora.api.RestZuoraClient

Fields

private final String endpoint

Public Constructors

public RestZuoraClientImpl (String endpoint)

Parameters
endpoint

Public Methods

public 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