Uses of Class
org.apache.jena.sparql.exec.http.UpdateSendMode
-
Packages that use UpdateSendMode Package Description org.apache.jena.http.sys org.apache.jena.sparql.exec.http -
-
Uses of UpdateSendMode in org.apache.jena.http.sys
Methods in org.apache.jena.http.sys with parameters of type UpdateSendMode Modifier and Type Method Description Y
ExecUpdateHTTPBuilder. 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
Fields in org.apache.jena.sparql.exec.http declared as UpdateSendMode Modifier and Type Field Description static UpdateSendMode
UpdateSendMode. systemDefault
Methods in org.apache.jena.sparql.exec.http that return UpdateSendMode Modifier and Type Method Description static UpdateSendMode
UpdateSendMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UpdateSendMode[]
UpdateSendMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-