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