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