| Package | Description |
|---|---|
| com.twilio.rest.video.v1 |
| Modifier and Type | Method and Description |
|---|---|
Room |
RoomCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Room |
RoomFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static Room |
Room.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Room object using the provided
ObjectMapper.
|
static Room |
Room.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Room object using the provided ObjectMapper.
|
Room |
RoomUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Room> |
RoomReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Room> |
RoomReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Room> |
RoomReader.nextPage(Page<Room> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Room> |
RoomReader.previousPage(Page<Room> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Room> |
RoomReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Room> |
RoomReader.nextPage(Page<Room> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Room> |
RoomReader.previousPage(Page<Room> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.