public class SupportingDocumentCreator extends Creator<SupportingDocument>
Constructor and Description |
---|
SupportingDocumentCreator(String friendlyName,
String type)
Construct a new SupportingDocumentCreator.
|
Modifier and Type | Method and Description |
---|---|
SupportingDocument |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
SupportingDocumentCreator |
setAttributes(Map<String,Object> attributes)
The set of parameters that are the attributes of the Supporting Documents
resource which are derived Supporting Document Types..
|
create, createAsync, createAsync
public SupportingDocumentCreator setAttributes(Map<String,Object> attributes)
attributes
- The set of parameters that compose the Supporting
Documents resourcepublic SupportingDocument create(TwilioRestClient client)
create
in class Creator<SupportingDocument>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.