Class ExportProject
- java.lang.Object
-
- com.gooddata.sdk.model.md.maintenance.ExportProject
-
public class ExportProject extends java.lang.ObjectComplete project export configuration structure. Serialization only.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringURI
-
Constructor Summary
Constructors Constructor Description ExportProject()Creates new ExportProject with default settings.ExportProject(boolean exportUsers, boolean exportData, boolean excludeSchedules, boolean crossDataCenterExport, java.lang.String authorizedUsers)Creates new ExportProject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAuthorizedUsers()booleanisCrossDataCenterExport()booleanisExcludeSchedules()booleanisExportData()booleanisExportUsers()java.lang.StringtoString()
-
-
-
Field Detail
-
URI
public static final java.lang.String URI
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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, java.lang.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 Detail
-
isExportUsers
public boolean isExportUsers()
-
isExportData
public boolean isExportData()
-
isExcludeSchedules
public boolean isExcludeSchedules()
-
isCrossDataCenterExport
public boolean isCrossDataCenterExport()
-
getAuthorizedUsers
public java.lang.String getAuthorizedUsers()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-