Package com.sforce.async
Class SObject
- java.lang.Object
-
- com.sforce.async.SObject
-
public final class SObject extends Object
SObject- Since:
- 160
- Author:
- mcheenath
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetField(String name)Set<String>getFieldNames()Map<String,SObject>getFieldReferences()intgetMaxDepth()voidsetField(String name, String value)voidsetFieldReference(String name, SObject ref)voidsetMaxDepth(int maxDepth)voidwrite(XmlOutputStream out)Example:XYZ BLAH 123456 ParentEntityType foo@bar.com voidwrite(XmlOutputStream out, int depth)
-
-
-
Method Detail
-
getMaxDepth
public int getMaxDepth()
-
setMaxDepth
public void setMaxDepth(int maxDepth)
-
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
-
-