Class ExportProject
java.lang.Object
com.gooddata.sdk.model.md.maintenance.ExportProject
Complete project export configuration structure.
Serialization only.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates new ExportProject with default settings.ExportProject(boolean exportUsers, boolean exportData, boolean excludeSchedules, boolean crossDataCenterExport, String authorizedUsers) Creates new ExportProject. -
Method Summary
-
Field Details
-
URI
- See Also:
-
-
Constructor Details
-
ExportProject
public ExportProject()Creates new ExportProject with default settings. Sets exportUsers=true exportData=true, excludeSchedules=false, crossDataCenterExport=false and empty authorizedUsers. -
ExportProject
public ExportProject(boolean exportUsers, boolean exportData, boolean excludeSchedules, boolean crossDataCenterExport, String authorizedUsers) Creates new ExportProject.- Parameters:
exportUsers- whether to add necessary data to be able to clone attribute propertiesexportData- whether to add necessary data to be able to clone attribute propertiesexcludeSchedules- whether to add necessary data to be able to clone attribute propertiescrossDataCenterExport- whether export should be usable in any Data CenterauthorizedUsers- comma-separated list of email addresses of users authorized to import the project, surround email addresses with double quotes
-
-
Method Details