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