org.botlibre.sdk.config
Class ContentConfig

java.lang.Object
  extended by org.botlibre.sdk.config.Config
      extended by org.botlibre.sdk.config.ContentConfig

public class ContentConfig
extends Config

DTO for XML content config.


Field Summary
 java.lang.String type
           
 
Fields inherited from class org.botlibre.sdk.config.Config
application, domain, instance, token, user
 
Constructor Summary
ContentConfig()
           
 
Method Summary
 void parseXML(org.w3c.dom.Element element)
           
 java.lang.String toXML()
           
 
Methods inherited from class org.botlibre.sdk.config.Config
addCredentials, writeCredentials
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public java.lang.String type
Constructor Detail

ContentConfig

public ContentConfig()
Method Detail

parseXML

public void parseXML(org.w3c.dom.Element element)
Overrides:
parseXML in class Config

toXML

public java.lang.String toXML()