org.botlibre.sdk
Class LIVECHATlibreCredentials

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

public class LIVECHATlibreCredentials
extends Credentials

Credentials for use with hosted services on the LIVE CHAT libre website, a free live chat, chatrooms, forum, and chat bots that learn. http://www.livechatlibre.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
LIVECHATlibreCredentials(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

LIVECHATlibreCredentials

public LIVECHATlibreCredentials(java.lang.String applicationId)