Class StreamMessageCreator
- java.lang.Object
-
- com.twilio.base.Creator<StreamMessage>
-
- com.twilio.rest.sync.v1.service.syncstream.StreamMessageCreator
-
public class StreamMessageCreator extends Creator<StreamMessage>
PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamMessage
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
create
public StreamMessage create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.- Specified by:
create
in classCreator<StreamMessage>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Created StreamMessage
-
-