public class NewSigningKeyCreator extends Creator<NewSigningKey>
| Constructor and Description |
|---|
NewSigningKeyCreator()
Construct a new NewSigningKeyCreator.
|
NewSigningKeyCreator(String pathAccountSid)
Construct a new NewSigningKeyCreator.
|
| Modifier and Type | Method and Description |
|---|---|
NewSigningKey |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
NewSigningKeyCreator |
setFriendlyName(String friendlyName)
The friendly_name.
|
create, createAsync, createAsyncpublic NewSigningKeyCreator()
public NewSigningKeyCreator(String pathAccountSid)
pathAccountSid - The account_sidpublic NewSigningKeyCreator setFriendlyName(String friendlyName)
friendlyName - The friendly_namepublic NewSigningKey create(TwilioRestClient client)
create in class Creator<NewSigningKey>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.