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