Class ExportProject

java.lang.Object
com.gooddata.sdk.model.md.maintenance.ExportProject

public class ExportProject extends Object
Complete project export configuration structure. Serialization only.
  • Field Details

  • 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 properties
      exportData - whether to add necessary data to be able to clone attribute properties
      excludeSchedules - whether to add necessary data to be able to clone attribute properties
      crossDataCenterExport - whether export should be usable in any Data Center
      authorizedUsers - comma-separated list of email addresses of users authorized to import the project, surround email addresses with double quotes
  • Method Details

    • isExportUsers

      public boolean isExportUsers()
    • isExportData

      public boolean isExportData()
    • isExcludeSchedules

      public boolean isExcludeSchedules()
    • isCrossDataCenterExport

      public boolean isCrossDataCenterExport()
    • getAuthorizedUsers

      public String getAuthorizedUsers()
    • toString

      public String toString()
      Overrides:
      toString in class Object