public class LoadOptions
extends java.lang.Object
Constructor and Description |
---|
LoadOptions() |
Modifier and Type | Method and Description |
---|---|
LoadOptions |
embedOccurrences(boolean embedOccurrences) |
boolean |
metadataOnly() |
LoadOptions |
metadataOnly(boolean metadataOnly) |
boolean |
occurrencesEmbedded() |
boolean |
withContexts() |
LoadOptions |
withContexts(boolean withContexts) |
boolean |
withOccurrences() |
LoadOptions |
withOccurrences(boolean withOccurrences) |
public LoadOptions metadataOnly(boolean metadataOnly)
public boolean metadataOnly()
public LoadOptions withOccurrences(boolean withOccurrences)
public LoadOptions embedOccurrences(boolean embedOccurrences)
public LoadOptions withContexts(boolean withContexts)
public boolean withOccurrences()
public boolean occurrencesEmbedded()
public boolean withContexts()