Uses of Class
com.twilio.rest.flexapi.v1.GoodData
-
Packages that use GoodData Package Description com.twilio.rest.flexapi.v1 -
-
Uses of GoodData in com.twilio.rest.flexapi.v1
Methods in com.twilio.rest.flexapi.v1 that return GoodData Modifier and Type Method Description GoodDataGoodDataCreator. create(TwilioRestClient client)static GoodDataGoodData. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a GoodData object using the provided ObjectMapper.static GoodDataGoodData. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a GoodData object using the provided ObjectMapper.
-