Package com.gooddata.sdk.model.connector
Class Zendesk4ProcessExecution
java.lang.Object
com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
- All Implemented Interfaces:
ProcessExecution
Zendesk 4 (Insights) connector process execution (i.e. definition for single ETL run). Serialization only.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDownloadParams(Zendesk4ProcessExecution.DownloadParams downloadParams) voidsetIncremental(Boolean incremental) voidsetRecoverable(Boolean recoverable) Tells if the newly started process should use recoverable feature.voidsetRecoveryInProgress(Boolean recoveryInProgress) Tells if there is some recoverable process in progress for given project Usable from R176.voidset by scheduler, when the process is actually a reload of a projectvoidsetStartTime(String resource, ZonedDateTime startTime) toString()
-
Constructor Details
-
Zendesk4ProcessExecution
public Zendesk4ProcessExecution()
-
-
Method Details
-
getConnectorType
- Specified by:
getConnectorTypein interfaceProcessExecution
-
getIncremental
-
setIncremental
-
getReload
-
setReload
set by scheduler, when the process is actually a reload of a project -
getRecoverable
-
setRecoverable
Tells if the newly started process should use recoverable feature. Usable from R176. -
getRecoveryInProgress
-
setRecoveryInProgress
Tells if there is some recoverable process in progress for given project Usable from R176. -
getStartTimes
-
setStartTime
-
getDownloadParams
-
setDownloadParams
-
toString
-