Uses of Class
com.twilio.rest.api.v2010.account.incomingphonenumber.AssignedAddOn
-
Packages that use AssignedAddOn Package Description com.twilio.rest.api.v2010.account.incomingphonenumber -
-
Uses of AssignedAddOn in com.twilio.rest.api.v2010.account.incomingphonenumber
Methods in com.twilio.rest.api.v2010.account.incomingphonenumber that return AssignedAddOn Modifier and Type Method Description AssignedAddOnAssignedAddOnCreator. create(TwilioRestClient client)AssignedAddOnAssignedAddOnFetcher. fetch(TwilioRestClient client)static AssignedAddOnAssignedAddOn. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a AssignedAddOn object using the provided ObjectMapper.static AssignedAddOnAssignedAddOn. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a AssignedAddOn object using the provided ObjectMapper.Methods in com.twilio.rest.api.v2010.account.incomingphonenumber that return types with arguments of type AssignedAddOn Modifier and Type Method Description Page<AssignedAddOn>AssignedAddOnReader. firstPage(TwilioRestClient client)Page<AssignedAddOn>AssignedAddOnReader. getPage(String targetUrl, TwilioRestClient client)Page<AssignedAddOn>AssignedAddOnReader. nextPage(Page<AssignedAddOn> page, TwilioRestClient client)Page<AssignedAddOn>AssignedAddOnReader. previousPage(Page<AssignedAddOn> page, TwilioRestClient client)ResourceSet<AssignedAddOn>AssignedAddOnReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.api.v2010.account.incomingphonenumber with type arguments of type AssignedAddOn Modifier and Type Method Description Page<AssignedAddOn>AssignedAddOnReader. nextPage(Page<AssignedAddOn> page, TwilioRestClient client)Page<AssignedAddOn>AssignedAddOnReader. previousPage(Page<AssignedAddOn> page, TwilioRestClient client)
-