public interface Rest
Modifier and Type | Interface and Description |
---|---|
static class |
Rest.Method |
Modifier and Type | Method and Description |
---|---|
RequestToken |
async(Rest.Method method,
java.lang.String endpoint,
BaasHandler<JsonObject> handler) |
RequestToken |
async(Rest.Method method,
java.lang.String endpoint,
boolean authenticate,
BaasHandler<JsonObject> handler) |
RequestToken |
async(Rest.Method method,
java.lang.String endpoint,
JsonStructure body,
BaasHandler<JsonObject> handler) |
RequestToken |
async(Rest.Method method,
java.lang.String endpoint,
JsonStructure body,
boolean authenticate,
BaasHandler<JsonObject> handler) |
RequestToken |
async(Rest.Method method,
java.lang.String endpoint,
JsonStructure body,
boolean authenticate,
int flags,
BaasHandler<JsonObject> handler) |
BaasResult<JsonObject> |
sync(Rest.Method method,
java.lang.String endpoint) |
BaasResult<JsonObject> |
sync(Rest.Method method,
java.lang.String endpoint,
JsonStructure body) |
BaasResult<JsonObject> |
sync(Rest.Method method,
java.lang.String endpoint,
JsonStructure body,
boolean authenticate) |
RequestToken async(Rest.Method method, java.lang.String endpoint, JsonStructure body, boolean authenticate, int flags, BaasHandler<JsonObject> handler)
RequestToken async(Rest.Method method, java.lang.String endpoint, JsonStructure body, boolean authenticate, BaasHandler<JsonObject> handler)
RequestToken async(Rest.Method method, java.lang.String endpoint, boolean authenticate, BaasHandler<JsonObject> handler)
RequestToken async(Rest.Method method, java.lang.String endpoint, JsonStructure body, BaasHandler<JsonObject> handler)
RequestToken async(Rest.Method method, java.lang.String endpoint, BaasHandler<JsonObject> handler)
BaasResult<JsonObject> sync(Rest.Method method, java.lang.String endpoint, JsonStructure body, boolean authenticate)
BaasResult<JsonObject> sync(Rest.Method method, java.lang.String endpoint, JsonStructure body)
BaasResult<JsonObject> sync(Rest.Method method, java.lang.String endpoint)