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