Uses of Enum Class
org.apache.jena.sparql.exec.http.UpdateSendMode
-
Uses of UpdateSendMode in org.apache.jena.http.sys
Modifier and TypeMethodDescriptionExecUpdateHTTPBuilder.sendMode
(UpdateSendMode mode) Choose whether to send using POST as "application/sparql-update" (preferred) or as an HTML form, content type "application/x-www-form-urlencoded". -
Uses of UpdateSendMode in org.apache.jena.sparql.exec.http
Modifier and TypeMethodDescriptionstatic UpdateSendMode
Returns the enum constant of this class with the specified name.static UpdateSendMode[]
UpdateSendMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.