Uses of Class
org.gbanga.api.DownloadRequest

Packages that use DownloadRequest
org.gbanga.api Specifies the complete interface to the Gbanga Puppetmaster API service. 
 

Uses of DownloadRequest in org.gbanga.api
 

Methods in org.gbanga.api that return DownloadRequest
 DownloadRequest API.requestDownloadSMS(java.lang.String playerName, java.lang.String password)
          Request a message with the download location for the client software.
 DownloadRequest API.requestDownloadSMSByHeader(java.lang.String playerName, java.lang.String password, java.lang.String header)
          Same as API.requestDownloadSMS(String, String) but also uses the given http header to guess the user's device.
 DownloadRequest API.requestDownloadSMSBySessionKey(java.lang.String sessionKey)
          Request a message with the download location for the client software.