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