public final class SObject extends Object
Constructor and Description |
---|
SObject() |
SObject(int maxDepth)
Create an SObject with a customized max depth
|
Modifier and Type | Method and Description |
---|---|
String |
getField(String name) |
Set<String> |
getFieldNames() |
Map<String,SObject> |
getFieldReferences() |
int |
getMaxDepth() |
void |
setField(String name,
String value) |
void |
setFieldReference(String name,
SObject ref) |
void |
setMaxDepth(int maxDepth) |
void |
write(XmlOutputStream out)
Example:
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2016. All Rights Reserved. |