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