|
|||||||||
| 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.ListResource<Credential>
com.twilio.sdk.resource.list.sip.CredentialList
public class CredentialList
The Class CredentialList For more information see https://www.twilio.com/docs/api/rest/sip-domain
| Constructor Summary | |
|---|---|
CredentialList(TwilioRestClient client)
Instantiates a new sip domain list. |
|
CredentialList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new sip domain list. |
|
CredentialList(TwilioRestClient client,
String credentialListSid)
Instantiates a new sip domain list. |
|
| Method Summary | |
|---|---|
Credential |
create(List<org.apache.http.NameValuePair> params)
Creates the credential |
Credential |
create(Map<String,String> params)
Creates the credential |
String |
getRequestCredentialListSid()
Returns the sid of the containing credential list. |
| Methods inherited from class com.twilio.sdk.resource.ListResource |
|---|
getEnd, getNextUri, getNumPages, getPage, getPageData, getStart, getTotal, iterator |
| 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 CredentialList(TwilioRestClient client)
client - the client
public CredentialList(TwilioRestClient client,
String credentialListSid)
client - the client
public CredentialList(TwilioRestClient client,
Map<String,String> filters)
client - the clientfilters - the filters| Method Detail |
|---|
public String getRequestCredentialListSid()
public Credential create(Map<String,String> params)
throws TwilioRestException
CredentialFactory
create in interface CredentialFactoryparams - the params map
TwilioRestException
public Credential create(List<org.apache.http.NameValuePair> params)
throws TwilioRestException
CredentialFactory
create in interface CredentialFactoryparams - the params list
TwilioRestException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||