| Package | Description |
|---|---|
| com.twilio.rest.sync.v1.service.syncstream |
| Modifier and Type | Method and Description |
|---|---|
StreamMessage |
StreamMessageCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
static StreamMessage |
StreamMessage.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a StreamMessage object using the provided
ObjectMapper.
|
static StreamMessage |
StreamMessage.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a StreamMessage object using the provided
ObjectMapper.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.