| java.lang.Object |
| ↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
| |
↳ |
org.mule.modules.zuora.zobject.ZObjectType |
Class Overview
Enumeration of available ZObject classes.
Summary
| Enum Values |
| ZObjectType |
Account |
|
| ZObjectType |
Amendment |
|
| ZObjectType |
Contact |
|
| ZObjectType |
Export |
|
| ZObjectType |
Invoice |
|
| ZObjectType |
InvoiceAdjustment |
|
| ZObjectType |
InvoiceItem |
|
| ZObjectType |
InvoiceItemAdjustment |
|
| ZObjectType |
InvoicePayment |
|
| ZObjectType |
Payment |
|
| ZObjectType |
PaymentMethod |
|
| ZObjectType |
Product |
|
| ZObjectType |
ProductRatePlan |
|
| ZObjectType |
ProductRatePlanCharge |
|
| ZObjectType |
ProductRatePlanChargeTier |
|
| ZObjectType |
RatePlan |
|
| ZObjectType |
RatePlanCharge |
|
| ZObjectType |
RatePlanChargeTier |
|
| ZObjectType |
Refund |
|
| ZObjectType |
RefundInvoicePayment |
|
| ZObjectType |
Subscription |
|
| ZObjectType |
Usage |
|
|
[Expand]
Inherited Fields |
From class
java.lang.Enum
|
private
final
String |
name |
|
|
private
final
int |
ordinal |
|
|
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
|
final
Object
|
clone()
|
|
int
|
compareTo(Object arg0)
|
|
final
int
|
compareTo(E arg0)
|
|
final
boolean
|
equals(Object arg0)
|
|
final
void
|
finalize()
|
|
final
Class<E>
|
getDeclaringClass()
|
|
final
int
|
hashCode()
|
|
final
String
|
name()
|
|
final
int
|
ordinal()
|
|
String
|
toString()
|
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
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)
|
|
From interface
java.lang.Comparable
|
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
public
static
final
ZObjectType
ProductRatePlanChargeTier
Fields
private
Class<? extends ZObject>
clazz
Public Methods
public
String
getTypeName
()
public
Class<? extends ZObject>
getZObjectClass
()
Currently this attribute has no usage. It is here just to ensure that
each object has a corresponding class