Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery.RdfResultMediaType
-
Packages that use RdfResultMediaType Package Description edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery -
-
Uses of RdfResultMediaType in edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery
Fields in edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery declared as RdfResultMediaType Modifier and Type Field Description protected RdfResultMediaTypeSparqlQueryApiRdfProducer. mediaTypeprotected RdfResultMediaTypeSparqlQueryApiRdfProducer. mediaTypeMethods in edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery that return RdfResultMediaType Modifier and Type Method Description static RdfResultMediaTypeRdfResultMediaType. fromContentType(String contentType)static RdfResultMediaTypeRdfResultMediaType. valueOf(String name)Returns the enum constant of this type with the specified name.static RdfResultMediaType[]RdfResultMediaType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-