|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.Resource
com.twilio.sdk.resource.InstanceResource
com.twilio.sdk.resource.instance.sip.Domain
public class Domain
| Constructor Summary | |
|---|---|
Domain(TwilioRestClient client)
Instantiates a new Domain. |
|
Domain(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new Domain. |
|
Domain(TwilioRestClient client,
String sid)
Instantiates a new Domain. |
|
| Method Summary | |
|---|---|
boolean |
delete()
Delete this Domain. |
String |
getAccountSid()
Gets the account sid. |
String |
getAuthType()
Gets the auth type |
CredentialListMapping |
getCredentialListMapping(String credentialListMappingSid)
Gets the list of CredentialListMappings associated with this domain. |
CredentialListMappingFactory |
getCredentialListMappingFactory()
Gets the CredentialListMappingFactory so you can create new CredentialListMappings |
CredentialListMappingList |
getCredentialListMappings()
Gets the list of CredentialListMappings associated with this domain. |
Date |
getDateCreated()
Gets the date created. |
Date |
getDateUpdated()
Gets the date updated. |
String |
getDomainName()
Gets the domain name |
String |
getFriendlyName()
Gets the friendly name |
IpAccessControlListMapping |
getIpAccessControlListMapping(String ipAccessControlListMappingSid)
Gets the list of IpAccessControlListMappings associated with this domain. |
IpAccessControlListMappingFactory |
getIpAccessControlListMappingFactory()
Gets the CredentialListMappingFactory so you can't create new CredentialListMappings |
IpAccessControlListMappingList |
getIpAccessControlListMappings()
Gets the list of IpAccessControlListMappings associated with this domain. |
String |
getSid()
Gets the sid. |
String |
getVoiceFallbackMethod()
Gets the voice fallback method |
String |
getVoiceFallbackUrl()
Gets the voice fallback url |
String |
getVoiceMethod()
Gets the voice method |
String |
getVoiceStatusCallbackMethod()
Gets the voice status callback method |
String |
getVoiceStatusCallbackUrl()
Gets the voice status callback url |
String |
getVoiceUrl()
Gets the voice url |
| Methods inherited from class com.twilio.sdk.resource.InstanceResource |
|---|
getObject, getProperty, update, update |
| Methods inherited from class com.twilio.sdk.resource.Resource |
|---|
setRequestAccountSid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Domain(TwilioRestClient client)
client - the client
public Domain(TwilioRestClient client,
String sid)
client - the clientsid - the sid
public Domain(TwilioRestClient client,
Map<String,Object> properties)
client - the clientproperties - the properties| Method Detail |
|---|
public String getSid()
public Date getDateCreated()
public Date getDateUpdated()
public String getAccountSid()
public String getAuthType()
public String getDomainName()
public String getFriendlyName()
public String getVoiceFallbackMethod()
public String getVoiceFallbackUrl()
public String getVoiceMethod()
public String getVoiceStatusCallbackMethod()
public String getVoiceStatusCallbackUrl()
public String getVoiceUrl()
public IpAccessControlListMappingList getIpAccessControlListMappings()
public IpAccessControlListMapping getIpAccessControlListMapping(String ipAccessControlListMappingSid)
public IpAccessControlListMappingFactory getIpAccessControlListMappingFactory()
public CredentialListMappingList getCredentialListMappings()
public CredentialListMapping getCredentialListMapping(String credentialListMappingSid)
public CredentialListMappingFactory getCredentialListMappingFactory()
public boolean delete()
throws TwilioRestException
Domain.
TwilioRestException - if there is an error in the request
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||