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