Uses of Class
org.topbraidlive.client.java.api.function.ExportToRdfParameters.Serialization
-
Packages that use ExportToRdfParameters.Serialization Package Description org.topbraidlive.client.java.api.function -
-
Uses of ExportToRdfParameters.Serialization in org.topbraidlive.client.java.api.function
Methods in org.topbraidlive.client.java.api.function that return ExportToRdfParameters.Serialization Modifier and Type Method Description ExportToRdfParameters.Serialization
ExportToRdfParameters. getSerialization()
static ExportToRdfParameters.Serialization
ExportToRdfParameters.Serialization. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportToRdfParameters.Serialization[]
ExportToRdfParameters.Serialization. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.topbraidlive.client.java.api.function with parameters of type ExportToRdfParameters.Serialization Modifier and Type Method Description ExportToRdfParameters.ExportToRdfParametersBuilder
ExportToRdfParameters.ExportToRdfParametersBuilder. setSerialization(ExportToRdfParameters.Serialization serialization)
-