org.apache.camel.component.salesforce.internal.dto
Class PushTopic

java.lang.Object
  extended by org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
      extended by org.apache.camel.component.salesforce.api.dto.AbstractSObjectBase
          extended by org.apache.camel.component.salesforce.internal.dto.PushTopic

public class PushTopic
extends AbstractSObjectBase

Salesforce DTO for SObject PushTopic


Constructor Summary
PushTopic()
           
 
Method Summary
 Double getApiVersion()
           
 String getDescription()
           
 Boolean getIsActive()
           
 NotifyForFieldsEnum getNotifyForFields()
           
 NotifyForOperationsEnum getNotifyForOperations()
           
 String getQuery()
           
 void setApiVersion(Double apiVersion)
           
 void setDescription(String description)
           
 void setIsActive(Boolean isActive)
           
 void setNotifyForFields(NotifyForFieldsEnum notifyForFields)
           
 void setNotifyForOperations(NotifyForOperationsEnum notifyForOperations)
           
 void setQuery(String query)
           
 
Methods inherited from class org.apache.camel.component.salesforce.api.dto.AbstractSObjectBase
clearBaseFields, getAttributes, getCreatedById, getCreatedDate, getId, getLastActivityDate, getLastModifiedById, getLastModifiedDate, getName, getOwnerId, getSystemModstamp, isIsDeleted, setAttributes, setCreatedById, setCreatedDate, setId, setIsDeleted, setLastActivityDate, setLastModifiedById, setLastModifiedDate, setName, setOwnerId, setSystemModstamp
 
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

PushTopic

public PushTopic()
Method Detail

getQuery

public String getQuery()

setQuery

public void setQuery(String query)

getApiVersion

public Double getApiVersion()

setApiVersion

public void setApiVersion(Double apiVersion)

getIsActive

public Boolean getIsActive()

setIsActive

public void setIsActive(Boolean isActive)

getNotifyForFields

public NotifyForFieldsEnum getNotifyForFields()

setNotifyForFields

public void setNotifyForFields(NotifyForFieldsEnum notifyForFields)

getNotifyForOperations

public NotifyForOperationsEnum getNotifyForOperations()

setNotifyForOperations

public void setNotifyForOperations(NotifyForOperationsEnum notifyForOperations)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Apache Camel