| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SObject
public SObject()
SObject
public SObject(int maxDepth)
- Create an SObject with a customized max depth
- Parameters:
maxDepth - Allows to configure the max depth of foreign key references
getMaxDepth
public int getMaxDepth()
setMaxDepth
public void setMaxDepth(int maxDepth)
getFieldNames
public Set<String> getFieldNames()
getField
public String getField(String name)
setField
public void setField(String name,
String value)
setFieldReference
public void setFieldReference(String name,
SObject ref)
getFkRef
public SObject getFkRef(String fkRef)
write
public void write(XmlOutputStream out)
throws IOException
- Example:
XYZ
BLAH
123456
ParentEntityType
foo@bar.com
- Parameters:
out -
- Throws:
IOException
write
public void write(XmlOutputStream out,
int depth)
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.