Uses of Class
com.twilio.rest.api.v2010.account.call.Siprec
-
Packages that use Siprec Package Description com.twilio.rest.api.v2010.account.call -
-
Uses of Siprec in com.twilio.rest.api.v2010.account.call
Methods in com.twilio.rest.api.v2010.account.call that return Siprec Modifier and Type Method Description SiprecSiprecCreator. create(TwilioRestClient client)static SiprecSiprec. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Siprec object using the provided ObjectMapper.static SiprecSiprec. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Siprec object using the provided ObjectMapper.SiprecSiprecUpdater. update(TwilioRestClient client)
-