| Constructor and Description |
|---|
PublicKeyCreator(String publicKey)
Construct a new PublicKeyCreator.
|
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
PublicKeyCreator |
setAccountSid(String accountSid)
The Subaccount this Credential should be associated with.
|
PublicKeyCreator |
setFriendlyName(String friendlyName)
A human readable description of this resource, up to 64 characters..
|
create, createAsync, createAsyncpublic PublicKeyCreator(String publicKey)
publicKey - URL encoded representation of the public keypublic PublicKeyCreator setFriendlyName(String friendlyName)
friendlyName - A human readable description of this resourcepublic PublicKeyCreator setAccountSid(String accountSid)
accountSid - The Subaccount this Credential should be associated with.public PublicKey create(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.