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