public abstract class

Dynamic

extends Object
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Base class for Zuora objects that simplifies accessing customizable properties - properties that may be defined by user

Summary

Public Constructors
Dynamic()
Public Methods
Object getCustomField(String name)
void setCustomField(String name, Object value)
String toString()
Protected Methods
List<Element> getAny()
Answers the dynamic property elements.
String toPropertyName(String name)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Dynamic ()

Public Methods

public Object getCustomField (String name)

Parameters
name

public void setCustomField (String name, Object value)

Parameters
name
value

public String toString ()

Protected Methods

protected List<Element> getAny ()

Answers the dynamic property elements. Warning: this method is CXF specific and its usage is discouraged

Returns
  • a collection of elements, if this object has true dynamic properties

protected String toPropertyName (String name)

Parameters
name