Class ExportToRdfParameters
- java.lang.Object
-
- org.topbraidlive.client.java.api.function.ExportToRdfParameters
-
public final class ExportToRdfParameters extends Object
Immutable parameter object for ExportToRdf.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportToRdfParameters.ExportToRdfParametersBuilder
static class
ExportToRdfParameters.Serialization
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportToRdfParameters.ExportToRdfParametersBuilder
builder()
boolean
getExcludeValuesRules()
boolean
getIncludeInferences()
ProjectGraphUri
getProjectGraph()
ExportToRdfParameters.Serialization
getSerialization()
boolean
getSorted()
-
-
-
Method Detail
-
builder
public static final ExportToRdfParameters.ExportToRdfParametersBuilder builder()
-
getExcludeValuesRules
public final boolean getExcludeValuesRules()
-
getIncludeInferences
public final boolean getIncludeInferences()
-
getProjectGraph
public final ProjectGraphUri getProjectGraph()
-
getSerialization
public final ExportToRdfParameters.Serialization getSerialization()
-
getSorted
public final boolean getSorted()
-
-