public class PushTopic extends AbstractSObjectBase
Salesforce DTO for SObject PushTopic
  • Constructor Details

    • PushTopic

      public PushTopic()
  • Method Details

    • 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)