Class PushTopic
- java.lang.Object
-
- org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
-
- org.apache.camel.component.salesforce.api.dto.AbstractSObjectBase
-
- org.apache.camel.component.salesforce.internal.dto.PushTopic
-
public class PushTopic extends AbstractSObjectBase
Salesforce DTO for SObject PushTopic
-
-
Constructor Summary
Constructors Constructor Description PushTopic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetApiVersion()StringgetDescription()BooleangetIsActive()NotifyForFieldsEnumgetNotifyForFields()BooleangetNotifyForOperationCreate()BooleangetNotifyForOperationDelete()NotifyForOperationsEnumgetNotifyForOperations()BooleangetNotifyForOperationUndelete()BooleangetNotifyForOperationUpdate()StringgetQuery()voidsetApiVersion(Double apiVersion)voidsetDescription(String description)voidsetIsActive(Boolean isActive)voidsetNotifyForFields(NotifyForFieldsEnum notifyForFields)voidsetNotifyForOperationCreate(Boolean notifyForOperationCreate)voidsetNotifyForOperationDelete(Boolean notifyForOperationDelete)voidsetNotifyForOperations(NotifyForOperationsEnum notifyForOperations)voidsetNotifyForOperationUndelete(Boolean notifyForOperationUndelete)voidsetNotifyForOperationUpdate(Boolean notifyForOperationUpdate)voidsetQuery(String query)-
Methods inherited from class org.apache.camel.component.salesforce.api.dto.AbstractSObjectBase
clearBaseFields, getAttributes, getCreatedById, getCreatedDate, getFieldsToNull, getId, getLastActivityDate, getLastModifiedById, getLastModifiedDate, getLastReferencedDate, getLastViewedDate, getName, getOwnerId, getSystemModstamp, isIsDeleted, setAttributes, setCreatedById, setCreatedDate, setFieldsToNull, setId, setIsDeleted, setLastActivityDate, setLastModifiedById, setLastModifiedDate, setLastReferencedDate, setLastViewedDate, setName, setOwnerId, setSystemModstamp
-
Methods inherited from class org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
toString
-
-
-
-
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)
-
getNotifyForOperationCreate
public Boolean getNotifyForOperationCreate()
-
setNotifyForOperationCreate
public void setNotifyForOperationCreate(Boolean notifyForOperationCreate)
-
getNotifyForOperationUpdate
public Boolean getNotifyForOperationUpdate()
-
setNotifyForOperationUpdate
public void setNotifyForOperationUpdate(Boolean notifyForOperationUpdate)
-
getNotifyForOperationDelete
public Boolean getNotifyForOperationDelete()
-
setNotifyForOperationDelete
public void setNotifyForOperationDelete(Boolean notifyForOperationDelete)
-
getNotifyForOperationUndelete
public Boolean getNotifyForOperationUndelete()
-
setNotifyForOperationUndelete
public void setNotifyForOperationUndelete(Boolean notifyForOperationUndelete)
-
-