public class PushTopic extends AbstractSObjectBase
| Constructor and Description |
|---|
PushTopic() |
| Modifier and Type | Method and Description |
|---|---|
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) |
clearBaseFields, getAttributes, getCreatedById, getCreatedDate, getId, getLastActivityDate, getLastModifiedById, getLastModifiedDate, getName, getOwnerId, getSystemModstamp, isIsDeleted, setAttributes, setCreatedById, setCreatedDate, setId, setIsDeleted, setLastActivityDate, setLastModifiedById, setLastModifiedDate, setName, setOwnerId, setSystemModstamptoStringpublic 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)
Apache Camel