Uses of Class
com.twilio.rest.trusthub.v1.TrustProducts
-
Packages that use TrustProducts Package Description com.twilio.rest.trusthub.v1 -
-
Uses of TrustProducts in com.twilio.rest.trusthub.v1
Methods in com.twilio.rest.trusthub.v1 that return TrustProducts Modifier and Type Method Description TrustProductsTrustProductsCreator. create(TwilioRestClient client)TrustProductsTrustProductsFetcher. fetch(TwilioRestClient client)static TrustProductsTrustProducts. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a TrustProducts object using the provided ObjectMapper.static TrustProductsTrustProducts. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a TrustProducts object using the provided ObjectMapper.TrustProductsTrustProductsUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.trusthub.v1 that return types with arguments of type TrustProducts Modifier and Type Method Description Page<TrustProducts>TrustProductsReader. firstPage(TwilioRestClient client)Page<TrustProducts>TrustProductsReader. getPage(String targetUrl, TwilioRestClient client)Page<TrustProducts>TrustProductsReader. nextPage(Page<TrustProducts> page, TwilioRestClient client)Page<TrustProducts>TrustProductsReader. previousPage(Page<TrustProducts> page, TwilioRestClient client)ResourceSet<TrustProducts>TrustProductsReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.trusthub.v1 with type arguments of type TrustProducts Modifier and Type Method Description Page<TrustProducts>TrustProductsReader. nextPage(Page<TrustProducts> page, TwilioRestClient client)Page<TrustProducts>TrustProductsReader. previousPage(Page<TrustProducts> page, TwilioRestClient client)
-