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