public class AuthorizationDocumentCreator extends Creator<AuthorizationDocument>
| Constructor and Description |
|---|
AuthorizationDocumentCreator(List<String> hostedNumberOrderSids,
String addressSid,
String email)
Construct a new AuthorizationDocumentCreator.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationDocument |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
AuthorizationDocumentCreator |
setCcEmails(List<String> ccEmails)
A list of emails that this AuthorizationDocument will be carbon copied to..
|
AuthorizationDocumentCreator |
setCcEmails(String ccEmails)
A list of emails that this AuthorizationDocument will be carbon copied to..
|
create, createAsync, createAsyncpublic AuthorizationDocumentCreator setCcEmails(List<String> ccEmails)
ccEmails - A list of emails.public AuthorizationDocumentCreator setCcEmails(String ccEmails)
ccEmails - A list of emails.public AuthorizationDocument create(TwilioRestClient client)
create in class Creator<AuthorizationDocument>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.