Uses of Class
com.twilio.rest.preview.sync.service.synclist.SyncListItem
-
Packages that use SyncListItem Package Description com.twilio.rest.preview.sync.service.synclist -
-
Uses of SyncListItem in com.twilio.rest.preview.sync.service.synclist
Methods in com.twilio.rest.preview.sync.service.synclist that return SyncListItem Modifier and Type Method Description SyncListItemSyncListItemCreator. create(TwilioRestClient client)SyncListItemSyncListItemFetcher. fetch(TwilioRestClient client)static SyncListItemSyncListItem. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a SyncListItem object using the provided ObjectMapper.static SyncListItemSyncListItem. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a SyncListItem object using the provided ObjectMapper.SyncListItemSyncListItemUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.preview.sync.service.synclist that return types with arguments of type SyncListItem Modifier and Type Method Description Page<SyncListItem>SyncListItemReader. firstPage(TwilioRestClient client)Page<SyncListItem>SyncListItemReader. getPage(String targetUrl, TwilioRestClient client)Page<SyncListItem>SyncListItemReader. nextPage(Page<SyncListItem> page, TwilioRestClient client)Page<SyncListItem>SyncListItemReader. previousPage(Page<SyncListItem> page, TwilioRestClient client)ResourceSet<SyncListItem>SyncListItemReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.preview.sync.service.synclist with type arguments of type SyncListItem Modifier and Type Method Description Page<SyncListItem>SyncListItemReader. nextPage(Page<SyncListItem> page, TwilioRestClient client)Page<SyncListItem>SyncListItemReader. previousPage(Page<SyncListItem> page, TwilioRestClient client)
-