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
Salesforce DTO for SObject PushTopic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()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) voidMethods 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, setSystemModstampMethods inherited from class org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
toString
-
Constructor Details
-
PushTopic
public PushTopic()
-
-
Method Details
-
getQuery
-
setQuery
-
getApiVersion
-
setApiVersion
-
getIsActive
-
setIsActive
-
getNotifyForFields
-
setNotifyForFields
-
getNotifyForOperations
-
setNotifyForOperations
-
getDescription
-
setDescription
-
getNotifyForOperationCreate
-
setNotifyForOperationCreate
-
getNotifyForOperationUpdate
-
setNotifyForOperationUpdate
-
getNotifyForOperationDelete
-
setNotifyForOperationDelete
-
getNotifyForOperationUndelete
-
setNotifyForOperationUndelete
-