Package com.gooddata.connector
Class PardotProcessExecution
- java.lang.Object
-
- com.gooddata.connector.PardotProcessExecution
-
- All Implemented Interfaces:
ProcessExecution
public class PardotProcessExecution extends Object implements ProcessExecution
Pardot connector process execution (i.e. definition for single ETL run). Serialization only.
-
-
Constructor Summary
Constructors Constructor Description PardotProcessExecution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.LocalDategetChangesFrom()ConnectorTypegetConnectorType()BooleangetIncremental()voidsetChangesFrom(org.joda.time.LocalDate changesFrom)voidsetIncremental(Boolean incremental)StringtoString()
-
-
-
Method Detail
-
getIncremental
public Boolean getIncremental()
-
setIncremental
public void setIncremental(Boolean incremental)
-
getChangesFrom
public org.joda.time.LocalDate getChangesFrom()
-
setChangesFrom
public void setChangesFrom(org.joda.time.LocalDate changesFrom)
-
getConnectorType
public ConnectorType getConnectorType()
- Specified by:
getConnectorTypein interfaceProcessExecution
-
-