A C G I P R S V W

G

get() - Method in class com.betfair.games.ApiAdapter
When the get method is called without parameters it returns the root element (the API service list) by sending a GET request using the base URL for the API Server as specified by the application.
get(String) - Method in class com.betfair.games.ApiAdapter
Returns an Object object that is an instance of the responseType Class, as defined by the API XML.
getApiPassword() - Method in interface com.betfair.games.ApiApplication
Returns the password used when authorizing access to the API service.
getApiUrl() - Method in interface com.betfair.games.ApiApplication
Returns the base url, which is the url that returns xml defining a list of services provided by the API used by this application.
getApiUsername() - Method in interface com.betfair.games.ApiApplication
Returns the user name used when authorizing access to the API service.
getBaseResourceUrl() - Method in class com.betfair.games.ApiClient
Returns the base resource url.
getMetaData(ApiApplication.MetaData) - Method in interface com.betfair.games.ApiApplication
Returns meta data about the application as specified by the meta data index.
getParam(String) - Method in class com.betfair.games.ApiAdapter
Returns the value of the parameter with the specified name, or null if this map contains no mapping for the name.
getSleep() - Method in class com.betfair.games.ApiClient
Returns the number of milliseconds this client is supposed to sleep between each request while watching an API channel.
getVersion() - Method in class com.betfair.games.ApiAdapter
Returns version information for the ApiAdapter.

A C G I P R S V W