Package | Description |
---|---|
com.twilio.rest.video.v1.room.participant |
Modifier and Type | Method and Description |
---|---|
SubscribeRules |
SubscribeRulesFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static SubscribeRules |
SubscribeRules.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a SubscribeRules object using the provided
ObjectMapper.
|
static SubscribeRules |
SubscribeRules.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a SubscribeRules object using the provided
ObjectMapper.
|
SubscribeRules |
SubscribeRulesUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2019 Twilio, Inc. All Rights Reserved.