Uses of Enum Class
org.apache.jena.sparql.exec.http.UpdateSendMode
Packages that use UpdateSendMode
-
Uses of UpdateSendMode in org.apache.jena.http.sys
Methods in org.apache.jena.http.sys with parameters of type UpdateSendModeModifier 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
Fields in org.apache.jena.sparql.exec.http declared as UpdateSendModeMethods in org.apache.jena.sparql.exec.http that return UpdateSendModeModifier and TypeMethodDescriptionstatic UpdateSendModeReturns 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.