public class PushTopic extends AbstractSObjectBase
Constructor and Description |
---|
PushTopic() |
Modifier and Type | Method and Description |
---|---|
Double |
getApiVersion() |
String |
getDescription() |
Boolean |
getIsActive() |
NotifyForFieldsEnum |
getNotifyForFields() |
Boolean |
getNotifyForOperationCreate() |
Boolean |
getNotifyForOperationDelete() |
NotifyForOperationsEnum |
getNotifyForOperations() |
Boolean |
getNotifyForOperationUndelete() |
Boolean |
getNotifyForOperationUpdate() |
String |
getQuery() |
void |
setApiVersion(Double apiVersion) |
void |
setDescription(String description) |
void |
setIsActive(Boolean isActive) |
void |
setNotifyForFields(NotifyForFieldsEnum notifyForFields) |
void |
setNotifyForOperationCreate(Boolean notifyForOperationCreate) |
void |
setNotifyForOperationDelete(Boolean notifyForOperationDelete) |
void |
setNotifyForOperations(NotifyForOperationsEnum notifyForOperations) |
void |
setNotifyForOperationUndelete(Boolean notifyForOperationUndelete) |
void |
setNotifyForOperationUpdate(Boolean notifyForOperationUpdate) |
void |
setQuery(String query) |
clearBaseFields, getAttributes, getCreatedById, getCreatedDate, getId, getLastActivityDate, getLastModifiedById, getLastModifiedDate, getLastReferencedDate, getLastViewedDate, getName, getOwnerId, getSystemModstamp, isIsDeleted, setAttributes, setCreatedById, setCreatedDate, setId, setIsDeleted, setLastActivityDate, setLastModifiedById, setLastModifiedDate, setLastReferencedDate, setLastViewedDate, setName, setOwnerId, setSystemModstamp
toString
public String getQuery()
public void setQuery(String query)
public Double getApiVersion()
public void setApiVersion(Double apiVersion)
public Boolean getIsActive()
public void setIsActive(Boolean isActive)
public NotifyForFieldsEnum getNotifyForFields()
public void setNotifyForFields(NotifyForFieldsEnum notifyForFields)
public NotifyForOperationsEnum getNotifyForOperations()
public void setNotifyForOperations(NotifyForOperationsEnum notifyForOperations)
public String getDescription()
public void setDescription(String description)
public Boolean getNotifyForOperationCreate()
public void setNotifyForOperationCreate(Boolean notifyForOperationCreate)
public Boolean getNotifyForOperationUpdate()
public void setNotifyForOperationUpdate(Boolean notifyForOperationUpdate)
public Boolean getNotifyForOperationDelete()
public void setNotifyForOperationDelete(Boolean notifyForOperationDelete)
public Boolean getNotifyForOperationUndelete()
public void setNotifyForOperationUndelete(Boolean notifyForOperationUndelete)
Apache Camel