public class StreamMessageCreator extends Creator<StreamMessage>
| Constructor and Description |
|---|
StreamMessageCreator(String pathServiceSid,
String pathStreamSid,
Map<String,Object> data)
Construct a new StreamMessageCreator.
|
| Modifier and Type | Method and Description |
|---|---|
StreamMessage |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
create, createAsync, createAsyncpublic StreamMessage create(TwilioRestClient client)
create in class Creator<StreamMessage>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.