public class CredentialListMapping extends InstanceResource<TwilioRestClient>
| Constructor and Description |
|---|
CredentialListMapping(TwilioRestClient client)
Instantiates a new CredentialListMapping.
|
CredentialListMapping(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new CredentialListMapping.
|
CredentialListMapping(TwilioRestClient client,
String sipDomainSid,
String sid)
Instantiates a new CredentialListMapping.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete()
Delete this
CredentialListMapping. |
String |
getAccountSid()
Gets the account sid.
|
Date |
getDateCreated()
Gets the date created.
|
Date |
getDateUpdated()
Gets the date updated.
|
String |
getFriendlyName()
Gets the friendly name
|
String |
getRequestSipDomainSid()
Gets the sid of the sip domain owning this mapping.
|
String |
getSid()
Gets the sid.
|
getObject, getProperty, update, updatesetRequestAccountSidpublic CredentialListMapping(TwilioRestClient client)
client - the clientpublic CredentialListMapping(TwilioRestClient client, String sipDomainSid, String sid)
client - the clientsid - the sidpublic CredentialListMapping(TwilioRestClient client, Map<String,Object> properties)
client - the clientproperties - the propertiespublic String getSid()
public String getRequestSipDomainSid()
public Date getDateCreated()
public Date getDateUpdated()
public String getAccountSid()
public String getFriendlyName()
public boolean delete()
throws TwilioRestException
CredentialListMapping.TwilioRestException - if there is an error in the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.