Uses of Class
com.twilio.rest.preview.wireless.sim.Usage
-
Packages that use Usage Package Description com.twilio.rest.preview.wireless.sim -
-
Uses of Usage in com.twilio.rest.preview.wireless.sim
Methods in com.twilio.rest.preview.wireless.sim that return Usage Modifier and Type Method Description UsageUsageFetcher. fetch(TwilioRestClient client)static UsageUsage. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Usage object using the provided ObjectMapper.static UsageUsage. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Usage object using the provided ObjectMapper.
-