org.botlibre.sdk
Class BOTlibreCredentials

java.lang.Object
  extended by org.botlibre.sdk.Credentials
      extended by org.botlibre.sdk.BOTlibreCredentials

public class BOTlibreCredentials
extends Credentials

Credentials for use with hosted services on the BOT libre website, a free bot hosting service. http://www.botlibre.com


Field Summary
static java.lang.String APP
           
static java.lang.String DOMAIN
           
static java.lang.String PATH
           
 
Fields inherited from class org.botlibre.sdk.Credentials
app, applicationId, host, url
 
Constructor Summary
BOTlibreCredentials(java.lang.String applicationId)
           
 
Method Summary
 
Methods inherited from class org.botlibre.sdk.Credentials
getApp, getApplicationId, getHost, getUrl, setApp, setApplicationId, setHost, setUrl
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOMAIN

public static java.lang.String DOMAIN

APP

public static java.lang.String APP

PATH

public static java.lang.String PATH
Constructor Detail

BOTlibreCredentials

public BOTlibreCredentials(java.lang.String applicationId)