Package | Description |
---|---|
org.schedulesdirect.api.json |
Modifier and Type | Method and Description |
---|---|
JsonRequest.Action |
JsonRequest.getAction() |
static JsonRequest.Action |
JsonRequest.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonRequest.Action[] |
JsonRequest.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JsonRequest |
IJsonRequestFactory.get(JsonRequest.Action action,
String resource)
Construct a partial JsonRequest that CANNOT be executed; used as skeleton for a clone construction
|
JsonRequest |
JsonRequestFactory.get(JsonRequest.Action action,
String resource) |
JsonRequest |
IJsonRequestFactory.get(JsonRequest.Action action,
String resource,
String hash,
String userAgent,
String baseUrl)
Construct a complete JsonRequest suitable for execution.
|
JsonRequest |
JsonRequestFactory.get(JsonRequest.Action action,
String resource,
String hash,
String userAgent,
String baseUrl) |
JsonRequest |
IJsonRequestFactory.get(JsonRequest.Action action,
URL url)
Construct a JSON request from a complete URL; the request is partial and cannot be immediately executed
|
JsonRequest |
JsonRequestFactory.get(JsonRequest.Action action,
URL url) |
Copyright © 2012–2014 Battams, Derek. All rights reserved.