Uses of Class
com.contentful.java.cda.CDAArray
-
Packages that use CDAArray Package Description com.contentful.java.cda -
-
Uses of CDAArray in com.contentful.java.cda
Methods in com.contentful.java.cda with type parameters of type CDAArray Modifier and Type Method Description <C extends CDACallback<CDAArray>>
CFetchQuery. all(C callback)Async fetch all resources matching the type of this query.Methods in com.contentful.java.cda that return CDAArray Modifier and Type Method Description CDAArrayFetchQuery. all()Fetch and return all resources matching the type of this query.static CDAArrayResourceFactory. array(retrofit2.Response<CDAArray> arrayResponse, CDAClient client)static CDAArrayResourceFactory. arrayFromJson(CDAArray array, CDAClient client)Methods in com.contentful.java.cda that return types with arguments of type CDAArray Modifier and Type Method Description io.reactivex.rxjava3.core.Flowable<CDAArray>ObserveQuery. all()Observe an array of all resources matching the type of this query.Methods in com.contentful.java.cda with parameters of type CDAArray Modifier and Type Method Description static CDAArrayResourceFactory. arrayFromJson(CDAArray array, CDAClient client)Method parameters in com.contentful.java.cda with type arguments of type CDAArray Modifier and Type Method Description static CDAArrayResourceFactory. array(retrofit2.Response<CDAArray> arrayResponse, CDAClient client)
-