Uses of Class
org.codeforamerica.open311.facade.APIWrapperFactory

Packages that use APIWrapperFactory
org.codeforamerica.open311.facade Visible part of the system. 
 

Uses of APIWrapperFactory in org.codeforamerica.open311.facade
 

Methods in org.codeforamerica.open311.facade that return APIWrapperFactory
 APIWrapperFactory APIWrapperFactory.setApiKey(String apiKey)
          Sets the api key.
 APIWrapperFactory APIWrapperFactory.setCache(Cache cache)
          Sets a desired cache system.
 APIWrapperFactory APIWrapperFactory.setFormat(Format format)
          Selects the desired data exchange format.
 APIWrapperFactory APIWrapperFactory.setNetworkManager(NetworkManager networkManager)
          Sets a custom NetworkManager, useful if you need to use mocks or a platform-dependent network client which you can build implementing the NetworkManager interface.
 APIWrapperFactory APIWrapperFactory.withLogs()
          The built instance will be logged.
 



Copyright © 2013 Code for America. All Rights Reserved.