Mule Zuora Cloud Connector
User Guide
Java API
Mule API
Package Index
|
Class Index
com.zuora.api
com.zuora.api.fault
com.zuora.api.object
org.mule.modules.zuora
org.mule.modules.zuora.config
org.mule.modules.zuora.config.spring
org.mule.modules.zuora.zobject
org.mule.modules.zuora.zuora.api
org.mule.modules.zuora.zuora.api.internal
Interfaces
ZuoraClient
<E extends
Throwable
>
Classes
CxfZuoraClient
ZObjectMapper
ZuoraClientAdaptor
Exceptions
ZuoraException
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
public interface
ZuoraClient
org.mule.modules.zuora.zuora.api.ZuoraClient<E extends
java.lang.Throwable
>
Known Indirect Subclasses
CxfZuoraClient
CxfZuoraClient
Implementation of
ZuoraClient
based on a slightly modified version of the open-source
fsdc-wsc
.
Summary
Public Methods
abstract
List
<
AmendResult
>
amend
(
List
<
AmendRequest
> amendaments)
abstract
List
<
SaveResult
>
create
(
List
<
ZObject
> zobjects)
abstract
List
<
DeleteResult
>
delete
(
String
type,
List
<
String
> ids)
abstract
Iterable
<
ZObject
>
find
(
String
zquery)
abstract
List
<
SaveResult
>
generate
(
List
<
ZObject
> zobjects)
abstract
User
getUserInfo
()
abstract
List
<
SubscribeResult
>
subscribe
(
List
<
SubscribeRequest
> subscriptions)
abstract
List
<
SaveResult
>
update
(
List
<
ZObject
> zobjects)
Public Methods
public abstract
List
<
AmendResult
>
amend
(
List
<
AmendRequest
> amendaments)
Throws
Throwable
public abstract
List
<
SaveResult
>
create
(
List
<
ZObject
> zobjects)
Throws
Throwable
public abstract
List
<
DeleteResult
>
delete
(
String
type,
List
<
String
> ids)
Throws
Throwable
public abstract
Iterable
<
ZObject
>
find
(
String
zquery)
Throws
Throwable
public abstract
List
<
SaveResult
>
generate
(
List
<
ZObject
> zobjects)
Throws
Throwable
public abstract
User
getUserInfo
()
Throws
Throwable
public abstract
List
<
SubscribeResult
>
subscribe
(
List
<
SubscribeRequest
> subscriptions)
Throws
Throwable
public abstract
List
<
SaveResult
>
update
(
List
<
ZObject
> zobjects)
Throws
Throwable