public static class ExportOptions.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExportOptions |
build()
Builds a new ExportOptions object that combines the options that have been set
|
ExportOptions.Builder |
setExcludeSeeded(boolean excludeSeeded)
Sets whether seeded objects should be excluded from the export
|
ExportOptions.Builder |
setFollowReferences(boolean followReferences)
Sets whether references should be followed
|
public ExportOptions.Builder setFollowReferences(boolean followReferences)
followReferences
- true if references should be followed, otherwise falsepublic ExportOptions.Builder setExcludeSeeded(boolean excludeSeeded)
followReferences
- true if seeded objects should be excluded, otherwise falsepublic ExportOptions build()