public class JsRestfulRequestFactory extends Object implements org.dominokit.domino.rest.RestfulRequestFactory
RestfulRequestFactoryRestfulRequestFactory| Constructor and Description |
|---|
JsRestfulRequestFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.dominokit.domino.rest.shared.RestfulRequest |
delete(String uri) |
org.dominokit.domino.rest.shared.RestfulRequest |
get(String uri) |
org.dominokit.domino.rest.shared.RestfulRequest |
head(String uri) |
org.dominokit.domino.rest.shared.RestfulRequest |
options(String uri) |
org.dominokit.domino.rest.shared.RestfulRequest |
patch(String uri) |
org.dominokit.domino.rest.shared.RestfulRequest |
post(String uri) |
org.dominokit.domino.rest.shared.RestfulRequest |
put(String uri) |
org.dominokit.domino.rest.shared.RestfulRequest |
request(String uri,
String method) |
public org.dominokit.domino.rest.shared.RestfulRequest request(String uri, String method)
request in interface org.dominokit.domino.rest.RestfulRequestFactorypublic org.dominokit.domino.rest.shared.RestfulRequest get(String uri)
get in interface org.dominokit.domino.rest.RestfulRequestFactorypublic org.dominokit.domino.rest.shared.RestfulRequest post(String uri)
post in interface org.dominokit.domino.rest.RestfulRequestFactorypublic org.dominokit.domino.rest.shared.RestfulRequest delete(String uri)
delete in interface org.dominokit.domino.rest.RestfulRequestFactorypublic org.dominokit.domino.rest.shared.RestfulRequest head(String uri)
head in interface org.dominokit.domino.rest.RestfulRequestFactorypublic org.dominokit.domino.rest.shared.RestfulRequest put(String uri)
put in interface org.dominokit.domino.rest.RestfulRequestFactorypublic org.dominokit.domino.rest.shared.RestfulRequest options(String uri)
options in interface org.dominokit.domino.rest.RestfulRequestFactorypublic org.dominokit.domino.rest.shared.RestfulRequest patch(String uri)
patch in interface org.dominokit.domino.rest.RestfulRequestFactoryCopyright © 2019–2021 Dominokit. All rights reserved.