Class CredentialListCreator
- java.lang.Object
-
- com.twilio.base.Creator<CredentialList>
-
- com.twilio.rest.trunking.v1.trunk.CredentialListCreator
-
public class CredentialListCreator extends Creator<CredentialList>
-
-
Constructor Summary
Constructors Constructor Description CredentialListCreator(String pathTrunkSid, String credentialListSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialListcreate(TwilioRestClient client)Execute a request using specified client.CredentialListCreatorsetCredentialListSid(String credentialListSid)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setCredentialListSid
public CredentialListCreator setCredentialListSid(String credentialListSid)
-
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
-
-