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