Uses of Class
MarcSync.classes.EntryData
-
Packages that use EntryData Package Description MarcSync MarcSync.classes -
-
Uses of EntryData in MarcSync
Methods in MarcSync that return EntryData Modifier and Type Method Description EntryDataEntry. getValues()EntryDataEntry. updateValue(String key, Object value)EntryDataEntry. updateValues(EntryData entryData)Methods in MarcSync with parameters of type EntryData Modifier and Type Method Description EntryCollection. createEntry(EntryData entryData)Creates an entry in the collectionvoidCollection. deleteEntries(EntryData filters)Deletes the entries matching with the specified filterEntry[]Collection. getEntries(EntryData filters)voidCollection. updateEntries(EntryData filters, EntryData entryData)Updates the entries matching with the specified filtervoidCollection. updateEntryById(String id, EntryData entryData)Updates the entry with the specified IDEntryDataEntry. updateValues(EntryData entryData)Constructors in MarcSync with parameters of type EntryData Constructor Description Entry(String accessToken, String collectionName, EntryData entryData) -
Uses of EntryData in MarcSync.classes
Fields in MarcSync.classes declared as EntryData Modifier and Type Field Description EntryDataEntryDataPayload. dataEntryDataEntryUpdatePayload. dataEntryData[]EntryResponse. entriesEntryDataEntryFilterPayload. filtersEntryDataEntryUpdatePayload. filtersMethods in MarcSync.classes that return EntryData Modifier and Type Method Description static EntryDataEntryData. fromJson(String json)Constructors in MarcSync.classes with parameters of type EntryData Constructor Description EntryDataPayload(EntryData entryData)EntryFilterPayload(EntryData entryData)EntryUpdatePayload(EntryData filters, EntryData data)
-