com.sforce.async
Class SObject

java.lang.Object
  extended by com.sforce.async.SObject

public final class SObject
extends Object

SObject

Since:
160
Author:
mcheenath

Constructor Summary
SObject()
           
 
Method Summary
 String getField(String name)
           
 Set<String> getFieldNames()
           
 void setField(String name, String value)
           
 void setFieldReference(String name, SObject ref)
           
 void write(XmlOutputStream out)
          Example: XYZ BLAH 123456
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SObject

public SObject()
Method Detail

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)

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 © 2012. All Rights Reserved.