public final class SObject extends Object
| Constructor and Description |
|---|
SObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getField(String name) |
Set<String> |
getFieldNames() |
void |
setField(String name,
String value) |
void |
setFieldReference(String name,
SObject ref) |
void |
write(XmlOutputStream out)
Example:
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2015. All Rights Reserved. |