Uses of Class
com.contentful.java.cda.CDACallback
-
Packages that use CDACallback Package Description com.contentful.java.cda -
-
Uses of CDACallback in com.contentful.java.cda
Methods in com.contentful.java.cda with type parameters of type CDACallback Modifier and Type Method Description <C extends CDACallback<CDAArray>>
CFetchQuery. all(C callback)Async fetch all resources matching the type of this query.<C extends CDACallback<SynchronizedSpace>>
CSyncQuery. fetch(C callback)Invokes the request to sync (asynchronously) with the providedcallback.<C extends CDACallback<CDASpace>>
CCDAClient. fetchSpace(C callback)Asynchronously fetch the space.<C extends CDACallback<T>>
CFetchQuery. one(java.lang.String id, C callback)Async fetch resource matching the givenid.Methods in com.contentful.java.cda that return CDACallback Modifier and Type Method Description CDACallback<java.util.Collection<Transformed>>TransformQuery. all(CDACallback<java.util.Collection<Transformed>> callback)Retrieve all transformed entries from Contentful by the use of a callback.CDACallback<Transformed>TransformQuery. one(java.lang.String id, CDACallback<Transformed> callback)Retrieve the transformed entry from Contentful by using the given callback.Methods in com.contentful.java.cda with parameters of type CDACallback Modifier and Type Method Description CDACallback<java.util.Collection<Transformed>>TransformQuery. all(CDACallback<java.util.Collection<Transformed>> callback)Retrieve all transformed entries from Contentful by the use of a callback.CDACallback<Transformed>TransformQuery. one(java.lang.String id, CDACallback<Transformed> callback)Retrieve the transformed entry from Contentful by using the given callback.
-