Package | Description |
---|---|
org.schedulesdirect.api |
Modifier and Type | Method and Description |
---|---|
protected void |
NetworkEpgClient.authorize()
Perform user authorization with Schedules Direct
|
Constructor and Description |
---|
NetworkEpgClient(String id,
String pwd)
Constructor
|
NetworkEpgClient(String id,
String pwd,
IJsonRequestFactory factory)
ctor; typically only used for development & testing; allows overriding of JsonRequestFactory instance
|
NetworkEpgClient(String id,
String pwd,
String userAgent)
Constructor
|
NetworkEpgClient(String id,
String pwd,
String userAgent,
IJsonRequestFactory factory)
ctor; typically only used for development & testing; allows overriding of JsonRequestFactory instance
|
NetworkEpgClient(String id,
String pwd,
String userAgent,
String baseUrl,
boolean useCache)
Constructor
|
NetworkEpgClient(String id,
String pwd,
String userAgent,
String baseUrl,
boolean useCache,
IJsonRequestFactory factory)
Constructor
|
Copyright © 2012–2014 Battams, Derek. All rights reserved.