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