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.TwilioResponse<NewKey>createWithResponse(TwilioRestClient client)NewKeyCreatorsetFriendlyName(String friendlyName)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync, createWithResponse
-
-
-
-
Constructor Detail
-
NewKeyCreator
public NewKeyCreator()
-
NewKeyCreator
public NewKeyCreator(String pathAccountSid)
-
-
Method Detail
-
setFriendlyName
public NewKeyCreator setFriendlyName(String friendlyName)
-
create
public NewKey create(TwilioRestClient client)
Description copied from class:CreatorExecute a request using specified client.
-
createWithResponse
public TwilioResponse<NewKey> createWithResponse(TwilioRestClient client)
- Overrides:
createWithResponsein classCreator<NewKey>
-
-