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