Uses of Class
com.twilio.rest.trusthub.v1.EndUserType
-
Packages that use EndUserType Package Description com.twilio.rest.trusthub.v1 -
-
Uses of EndUserType in com.twilio.rest.trusthub.v1
Methods in com.twilio.rest.trusthub.v1 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.trusthub.v1 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.trusthub.v1 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)
-