Uses of Class
com.twilio.rest.wireless.v1.RatePlan
-
Packages that use RatePlan Package Description com.twilio.rest.wireless.v1 -
-
Uses of RatePlan in com.twilio.rest.wireless.v1
Methods in com.twilio.rest.wireless.v1 that return RatePlan Modifier and Type Method Description RatePlanRatePlanCreator. create(TwilioRestClient client)RatePlanRatePlanFetcher. fetch(TwilioRestClient client)static RatePlanRatePlan. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a RatePlan object using the provided ObjectMapper.static RatePlanRatePlan. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a RatePlan object using the provided ObjectMapper.RatePlanRatePlanUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.wireless.v1 that return types with arguments of type RatePlan Modifier and Type Method Description Page<RatePlan>RatePlanReader. firstPage(TwilioRestClient client)Page<RatePlan>RatePlanReader. getPage(String targetUrl, TwilioRestClient client)Page<RatePlan>RatePlanReader. nextPage(Page<RatePlan> page, TwilioRestClient client)Page<RatePlan>RatePlanReader. previousPage(Page<RatePlan> page, TwilioRestClient client)ResourceSet<RatePlan>RatePlanReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.wireless.v1 with type arguments of type RatePlan Modifier and Type Method Description Page<RatePlan>RatePlanReader. nextPage(Page<RatePlan> page, TwilioRestClient client)Page<RatePlan>RatePlanReader. previousPage(Page<RatePlan> page, TwilioRestClient client)
-