Uses of Class
com.contentful.java.cda.SynchronizedSpace
-
Packages that use SynchronizedSpace Package Description com.contentful.java.cda -
-
Uses of SynchronizedSpace in com.contentful.java.cda
Methods in com.contentful.java.cda with type parameters of type SynchronizedSpace Modifier and Type Method Description <C extends CDACallback<SynchronizedSpace>>
CSyncQuery. fetch(C callback)Invokes the request to sync (asynchronously) with the providedcallback.Methods in com.contentful.java.cda that return SynchronizedSpace Modifier and Type Method Description SynchronizedSpaceSyncQuery. fetch()Invokes the request to sync (blocking).Methods in com.contentful.java.cda that return types with arguments of type SynchronizedSpace Modifier and Type Method Description io.reactivex.rxjava3.core.Flowable<SynchronizedSpace>SyncQuery. observe()Returns anFlowableto which one can subscribe in order to fulfill this sync query.Methods in com.contentful.java.cda with parameters of type SynchronizedSpace Modifier and Type Method Description SyncQueryCDAClient. sync(SynchronizedSpace synchronizedSpace)Returns aSyncQueryfor synchronization with an existing space.
-