Class CredentialListCreator
- java.lang.Object
-
- com.twilio.base.Creator<CredentialList>
-
- com.twilio.rest.api.v2010.account.sip.CredentialListCreator
-
public class CredentialListCreator extends Creator<CredentialList>
-
-
Constructor Summary
Constructors Constructor Description CredentialListCreator(String friendlyName)CredentialListCreator(String pathAccountSid, String friendlyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialListcreate(TwilioRestClient client)Execute a request using specified client.CredentialListCreatorsetFriendlyName(String friendlyName)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setFriendlyName
public CredentialListCreator setFriendlyName(String friendlyName)
-
create
public CredentialList create(TwilioRestClient client)
Description copied from class:CreatorExecute a request using specified client.- Specified by:
createin classCreator<CredentialList>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-