Uses of Class
com.twilio.rest.numbers.v2.regulatorycompliance.EndUser
-
Packages that use EndUser Package Description com.twilio.rest.numbers.v2.regulatorycompliance -
-
Uses of EndUser in com.twilio.rest.numbers.v2.regulatorycompliance
Methods in com.twilio.rest.numbers.v2.regulatorycompliance that return EndUser Modifier and Type Method Description EndUserEndUserCreator. create(TwilioRestClient client)EndUserEndUserFetcher. fetch(TwilioRestClient client)static EndUserEndUser. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a EndUser object using the provided ObjectMapper.static EndUserEndUser. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a EndUser object using the provided ObjectMapper.EndUserEndUserUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.numbers.v2.regulatorycompliance that return types with arguments of type EndUser Modifier and Type Method Description Page<EndUser>EndUserReader. firstPage(TwilioRestClient client)Page<EndUser>EndUserReader. getPage(String targetUrl, TwilioRestClient client)Page<EndUser>EndUserReader. nextPage(Page<EndUser> page, TwilioRestClient client)Page<EndUser>EndUserReader. previousPage(Page<EndUser> page, TwilioRestClient client)ResourceSet<EndUser>EndUserReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.numbers.v2.regulatorycompliance with type arguments of type EndUser Modifier and Type Method Description Page<EndUser>EndUserReader. nextPage(Page<EndUser> page, TwilioRestClient client)Page<EndUser>EndUserReader. previousPage(Page<EndUser> page, TwilioRestClient client)
-