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:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
ZObjectMapper
extends
Object
java.lang.Object
↳
org.mule.modules.zuora.zuora.api.ZObjectMapper
Summary
Public Constructors
ZObjectMapper
()
Public Methods
static
List
<
ZObject
>
toZObject
(
ZObjectType
type,
List
<
Map
<
String
,
Object
>> maps)
static
ZObject
toZObject
(
ZObjectType
type,
Map
<
String
,
Object
> map)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
ZObjectMapper
()
Public Methods
public static
List
<
ZObject
>
toZObject
(
ZObjectType
type,
List
<
Map
<
String
,
Object
>> maps)
public static
ZObject
toZObject
(
ZObjectType
type,
Map
<
String
,
Object
> map)