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