|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hoiio.sdk.Hoiio
public class Hoiio
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 |
---|
public Hoiio(String appId, String accessToken)
appId
- AppID of the developeraccessToken
- AccessToken of the developerMethod Detail |
---|
public VoiceService getVoiceService()
VoiceService
objectpublic SmsService getSmsService()
SmsService
objectpublic IvrService getIvrService()
IvrService
objectpublic NumberService getNumberService()
NumberService
objectpublic FaxService getFaxService()
FaxService
objectpublic AccountService getAccountService()
AccountService
object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |