Class NewKeyCreator
- java.lang.Object
-
- com.twilio.base.Creator<NewKey>
-
- com.twilio.rest.api.v2010.account.NewKeyCreator
-
-
Constructor Summary
Constructors Constructor Description NewKeyCreator()NewKeyCreator(String pathAccountSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NewKeycreate(TwilioRestClient client)Execute a request using specified client.NewKeyCreatorsetFriendlyName(String friendlyName)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Constructor Detail
-
NewKeyCreator
public NewKeyCreator()
-
NewKeyCreator
public NewKeyCreator(String pathAccountSid)
-
-
Method Detail
-
setFriendlyName
public NewKeyCreator setFriendlyName(String friendlyName)
-
-