public class ExportOptions
extends java.lang.Object
implements java.lang.Cloneable
An ExportOptions.Builder must be used to create an instance of ExportOptions e.g.
ExportOptions options = new ExportOptions.Builder().setFollowReferences(true).setExcludeSeeded(true).build();
| Modifier and Type | Class and Description |
|---|---|
static class |
ExportOptions.Builder
Builder class for ExportOptions objects
|
| Modifier and Type | Method and Description |
|---|---|
protected ExportOptions |
clone() |
boolean |
isExcludeSeeded()
Whether seeded objects should be excluded from the export
|
boolean |
isFollowReferences()
Whether references should be followed
|
public boolean isFollowReferences()
public boolean isExcludeSeeded()
protected ExportOptions clone()
clone in class java.lang.Object