Uses of Class
com.twilio.rest.ipmessaging.v2.service.channel.Member
-
Packages that use Member Package Description com.twilio.rest.ipmessaging.v2.service.channel -
-
Uses of Member in com.twilio.rest.ipmessaging.v2.service.channel
Methods in com.twilio.rest.ipmessaging.v2.service.channel that return Member Modifier and Type Method Description Member
MemberCreator. create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.Member
MemberFetcher. fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.static Member
Member. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Member object using the provided ObjectMapper.static Member
Member. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Member object using the provided ObjectMapper.Member
MemberUpdater. update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.Methods in com.twilio.rest.ipmessaging.v2.service.channel that return types with arguments of type Member Modifier and Type Method Description Page<Member>
MemberReader. firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.Page<Member>
MemberReader. getPage(String targetUrl, TwilioRestClient client)
Retrieve the target page from the Twilio API.Page<Member>
MemberReader. nextPage(Page<Member> page, TwilioRestClient client)
Retrieve the next page from the Twilio API.Page<Member>
MemberReader. previousPage(Page<Member> page, TwilioRestClient client)
Retrieve the previous page from the Twilio API.ResourceSet<Member>
MemberReader. read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.Method parameters in com.twilio.rest.ipmessaging.v2.service.channel with type arguments of type Member Modifier and Type Method Description Page<Member>
MemberReader. nextPage(Page<Member> page, TwilioRestClient client)
Retrieve the next page from the Twilio API.Page<Member>
MemberReader. previousPage(Page<Member> page, TwilioRestClient client)
Retrieve the previous page from the Twilio API.
-