com.hoiio.sdk
Class Hoiio

java.lang.Object
  extended by com.hoiio.sdk.Hoiio

public class Hoiio
extends Object


Constructor Summary
Hoiio(String appId, String accessToken)
          Initiates Hoiio Service
 
Method Summary
 AccountService getAccountService()
          Gets the AccountService to make all the Account APIs
 FaxService getFaxService()
          Gets the FaxService to make all the Fax APIs
 IvrService getIvrService()
          Gets the IvrService to make all the IVR APIs
 NumberService getNumberService()
          Get the NumberService to make all the Number APIs
 SmsService getSmsService()
          Gets the SmsService to make all the SMS APIs
 VoiceService getVoiceService()
          Gets the VoiceService to make all the Voice APIs
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hoiio

public Hoiio(String appId,
             String accessToken)
Initiates Hoiio Service

Parameters:
appId - AppID of the developer
accessToken - AccessToken of the developer
Method Detail

getVoiceService

public VoiceService getVoiceService()
Gets the VoiceService to make all the Voice APIs

Returns:
VoiceService object

getSmsService

public SmsService getSmsService()
Gets the SmsService to make all the SMS APIs

Returns:
SmsService object

getIvrService

public IvrService getIvrService()
Gets the IvrService to make all the IVR APIs

Returns:
IvrService object

getNumberService

public NumberService getNumberService()
Get the NumberService to make all the Number APIs

Returns:
NumberService object

getFaxService

public FaxService getFaxService()
Gets the FaxService to make all the Fax APIs

Returns:
FaxService object

getAccountService

public AccountService getAccountService()
Gets the AccountService to make all the Account APIs

Returns:
AccountService object