Package | Description |
---|---|
es.ugr.swad.swadroid.modules |
Contains all modules of the application.
|
es.ugr.swad.swadroid.webservices |
Contains SOAP and REST clients for SWAD webservices.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Module.sendRequest(Class<?> cl,
boolean simple,
RESTClient.REQUEST_TYPE type,
JSONObject json)
Sends a REST request to the specified webservice in METHOD_NAME class
constant of the webservice client.
|
Modifier and Type | Method and Description |
---|---|
static RESTClient.REQUEST_TYPE |
RESTClient.REQUEST_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RESTClient.REQUEST_TYPE[] |
RESTClient.REQUEST_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RESTClient.sendRequest(Class<?> cl,
boolean simple,
RESTClient.REQUEST_TYPE type,
JSONObject json) |