Uses of Class
com.contentful.java.cma.model.CMASnapshot
-
Packages that use CMASnapshot Package Description com.contentful.java.cma com.contentful.java.cma.gson com.contentful.java.cma.model -
-
Uses of CMASnapshot in com.contentful.java.cma
Methods in com.contentful.java.cma that return CMASnapshot Modifier and Type Method Description CMASnapshotModuleContentTypes. fetchOneSnapshot(CMAContentType contentType, java.lang.String snapshotId)Fetch a specific snapshot of this content type.CMASnapshotModuleEntries. fetchOneSnapshot(CMAEntry entry, java.lang.String snapshotId)Fetch a specific snapshot of an entry.Methods in com.contentful.java.cma that return types with arguments of type CMASnapshot Modifier and Type Method Description CMACallback<CMAArray<CMASnapshot>>ModuleContentTypes.Async. fetchAllSnapshots(CMAContentType contentType, CMACallback<CMAArray<CMASnapshot>> callback)Fetch all snapshots of this content type.CMAArray<CMASnapshot>ModuleContentTypes. fetchAllSnapshots(CMAContentType contentType)Fetch all snapshots of this content type.CMACallback<CMAArray<CMASnapshot>>ModuleEntries.Async. fetchAllSnapshots(CMAEntry entry, CMACallback<CMAArray<CMASnapshot>> callback)Fetch all snapshots of an entry.CMAArray<CMASnapshot>ModuleEntries. fetchAllSnapshots(CMAEntry entry)Fetch all snapshots of an entry.CMACallback<CMASnapshot>ModuleContentTypes.Async. fetchOneSnapshot(CMAContentType contentType, java.lang.String snapshotId, CMACallback<CMASnapshot> callback)Fetch a specific snapshot of this content type.CMACallback<CMASnapshot>ModuleEntries.Async. fetchOneSnapshot(CMAEntry entry, java.lang.String snapshotId, CMACallback<CMASnapshot> callback)Fetch a specific snapshot of an entry.Method parameters in com.contentful.java.cma with type arguments of type CMASnapshot Modifier and Type Method Description CMACallback<CMAArray<CMASnapshot>>ModuleContentTypes.Async. fetchAllSnapshots(CMAContentType contentType, CMACallback<CMAArray<CMASnapshot>> callback)Fetch all snapshots of this content type.CMACallback<CMAArray<CMASnapshot>>ModuleEntries.Async. fetchAllSnapshots(CMAEntry entry, CMACallback<CMAArray<CMASnapshot>> callback)Fetch all snapshots of an entry.CMACallback<CMASnapshot>ModuleContentTypes.Async. fetchOneSnapshot(CMAContentType contentType, java.lang.String snapshotId, CMACallback<CMASnapshot> callback)Fetch a specific snapshot of this content type.CMACallback<CMASnapshot>ModuleEntries.Async. fetchOneSnapshot(CMAEntry entry, java.lang.String snapshotId, CMACallback<CMASnapshot> callback)Fetch a specific snapshot of an entry. -
Uses of CMASnapshot in com.contentful.java.cma.gson
Methods in com.contentful.java.cma.gson that return CMASnapshot Modifier and Type Method Description CMASnapshotSnapshotDeserializer. deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)Inspect json payload and generate either a content type snapshot from it or an entry snap shot. -
Uses of CMASnapshot in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMASnapshot Modifier and Type Method Description CMASnapshotCMASnapshot. setSnapshot(CMAResource snapshot)Update the current snapshot.
-