Class PartialMdExport
java.lang.Object
com.gooddata.sdk.model.md.maintenance.PartialMdExport
Partial metadata export configuration structure.
Serialization only.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPartialMdExport(boolean exportAttributeProperties, boolean crossDataCenterExport, String... mdObjectsUris) Creates new PartialMdExport.PartialMdExport(boolean exportAttributeProperties, boolean crossDataCenterExport, Collection<String> mdObjectsUris) Creates new PartialMdExport.PartialMdExport(String... mdObjectsUris) Creates new PartialMdExport.PartialMdExport(Collection<String> mdObjectsUris) Creates new PartialMdExport. -
Method Summary
-
Field Details
-
URI
- See Also:
-
-
Constructor Details
-
PartialMdExport
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
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 propertiescrossDataCenterExport- whether export should be usable in any Data CentermdObjectsUris- 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 propertiescrossDataCenterExport- whether export should be usable in any Data CentermdObjectsUris- list of uris to metadata objects which should be exported
-
-
Method Details