Class PartialMdExport

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

public class PartialMdExport extends Object
Partial metadata export configuration structure. Serialization only.
  • Field Details

  • Constructor Details

    • PartialMdExport

      public PartialMdExport(String... mdObjectsUris)
      Creates new PartialMdExport. At least one uri should be given. Sets crossDataCenterExport and exportAttributeProperties to false.
      Parameters:
      mdObjectsUris - list of uris to metadata objects which should be exported
    • PartialMdExport

      public PartialMdExport(Collection<String> mdObjectsUris)
      Creates new PartialMdExport. At least one uri should be given. Sets crossDataCenterExport and exportAttributeProperties to false.
      Parameters:
      mdObjectsUris - list of uris to metadata objects which should be exported
    • PartialMdExport

      public PartialMdExport(boolean exportAttributeProperties, boolean crossDataCenterExport, String... mdObjectsUris)
      Creates new PartialMdExport. At least one uri should be given.
      Parameters:
      exportAttributeProperties - whether to add necessary data to be able to clone attribute properties
      crossDataCenterExport - whether export should be usable in any Data Center
      mdObjectsUris - list of uris to metadata objects which should be exported
    • PartialMdExport

      public PartialMdExport(boolean exportAttributeProperties, boolean crossDataCenterExport, Collection<String> mdObjectsUris)
      Creates new PartialMdExport. At least one uri should be given.
      Parameters:
      exportAttributeProperties - whether to add necessary data to be able to clone attribute properties
      crossDataCenterExport - whether export should be usable in any Data Center
      mdObjectsUris - list of uris to metadata objects which should be exported
  • Method Details

    • getUris

      public Collection<String> getUris()
    • isCrossDataCenterExport

      public boolean isCrossDataCenterExport()
    • isExportAttributeProperties

      public boolean isExportAttributeProperties()
    • toString

      public String toString()
      Overrides:
      toString in class Object