public static class SurveyController.SurveyExportParameters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SurveyController.SurveyExportParameters.OutputFormat |
| Constructor and Description |
|---|
SurveyExportParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguageCode() |
SurveyController.SurveyExportParameters.OutputFormat |
getOutputFormat() |
String |
getRdbDateTimeFormat() |
RDBPrintJob.RdbDialect |
getRdbDialectEnum() |
String |
getRdbTargetSchemaName() |
Integer |
getSurveyId() |
SurveyController.SurveyCloneParameters.SurveyType |
getSurveyType() |
String |
getSurveyUri() |
boolean |
isIncludeData() |
boolean |
isSkipValidation() |
void |
setIncludeData(boolean includeData) |
void |
setLanguageCode(String languageCode) |
void |
setOutputFormat(SurveyController.SurveyExportParameters.OutputFormat outputFormat) |
void |
setRdbDateTimeFormat(String rdbDateTimeFormat) |
void |
setRdbTargetSchemaName(String rdbTargetSchemaName) |
void |
setSkipValidation(boolean skipValidation) |
void |
setSurveyId(Integer surveyId) |
void |
setSurveyType(SurveyController.SurveyCloneParameters.SurveyType surveyType) |
void |
setSurveyUri(String surveyUri) |
public String getSurveyUri()
public RDBPrintJob.RdbDialect getRdbDialectEnum()
public void setSurveyUri(String surveyUri)
public Integer getSurveyId()
public void setSurveyId(Integer surveyId)
public SurveyController.SurveyCloneParameters.SurveyType getSurveyType()
public void setSurveyType(SurveyController.SurveyCloneParameters.SurveyType surveyType)
public SurveyController.SurveyExportParameters.OutputFormat getOutputFormat()
public void setOutputFormat(SurveyController.SurveyExportParameters.OutputFormat outputFormat)
public String getLanguageCode()
public void setLanguageCode(String languageCode)
public boolean isSkipValidation()
public void setSkipValidation(boolean skipValidation)
public boolean isIncludeData()
public void setIncludeData(boolean includeData)
public String getRdbDateTimeFormat()
public void setRdbDateTimeFormat(String rdbDateTimeFormat)
public String getRdbTargetSchemaName()
public void setRdbTargetSchemaName(String rdbTargetSchemaName)
Copyright © 2022 Open Foris. All rights reserved.