org.apache.camel.component.salesforce.api.dto
Class GlobalObjects

java.lang.Object
  extended by org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
      extended by org.apache.camel.component.salesforce.api.dto.GlobalObjects

public class GlobalObjects
extends AbstractDTOBase


Constructor Summary
GlobalObjects()
           
 
Method Summary
 String getEncoding()
           
 Integer getMaxBatchSize()
           
 List<SObject> getSobjects()
           
 void setEncoding(String encoding)
           
 void setMaxBatchSize(Integer maxBatchSize)
           
 void setSobjects(List<SObject> sobjects)
           
 
Methods inherited from class org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlobalObjects

public GlobalObjects()
Method Detail

getEncoding

public String getEncoding()

setEncoding

public void setEncoding(String encoding)

getMaxBatchSize

public Integer getMaxBatchSize()

setMaxBatchSize

public void setMaxBatchSize(Integer maxBatchSize)

getSobjects

public List<SObject> getSobjects()

setSobjects

public void setSobjects(List<SObject> sobjects)


Apache Camel