Uses of Class
com.twilio.rest.ipmessaging.v2.service.channel.Invite
-
Packages that use Invite Package Description com.twilio.rest.ipmessaging.v2.service.channel -
-
Uses of Invite in com.twilio.rest.ipmessaging.v2.service.channel
Methods in com.twilio.rest.ipmessaging.v2.service.channel that return Invite Modifier and Type Method Description InviteInviteCreator. create(TwilioRestClient client)InviteInviteFetcher. fetch(TwilioRestClient client)static InviteInvite. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Invite object using the provided ObjectMapper.static InviteInvite. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Invite object using the provided ObjectMapper.Methods in com.twilio.rest.ipmessaging.v2.service.channel that return types with arguments of type Invite Modifier and Type Method Description Page<Invite>InviteReader. firstPage(TwilioRestClient client)Page<Invite>InviteReader. getPage(String targetUrl, TwilioRestClient client)Page<Invite>InviteReader. nextPage(Page<Invite> page, TwilioRestClient client)Page<Invite>InviteReader. previousPage(Page<Invite> page, TwilioRestClient client)ResourceSet<Invite>InviteReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.ipmessaging.v2.service.channel with type arguments of type Invite Modifier and Type Method Description Page<Invite>InviteReader. nextPage(Page<Invite> page, TwilioRestClient client)Page<Invite>InviteReader. previousPage(Page<Invite> page, TwilioRestClient client)
-