Uses of Class
com.twilio.rest.routes.v2.Trunk
-
Packages that use Trunk Package Description com.twilio.rest.routes.v2 -
-
Uses of Trunk in com.twilio.rest.routes.v2
Methods in com.twilio.rest.routes.v2 that return Trunk Modifier and Type Method Description TrunkTrunkFetcher. fetch(TwilioRestClient client)static TrunkTrunk. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Trunk object using the provided ObjectMapper.static TrunkTrunk. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Trunk object using the provided ObjectMapper.TrunkTrunkUpdater. update(TwilioRestClient client)
-