Uses of Class
com.contentful.java.cda.FetchQuery
-
Packages that use FetchQuery Package Description com.contentful.java.cda -
-
Uses of FetchQuery in com.contentful.java.cda
Methods in com.contentful.java.cda that return FetchQuery Modifier and Type Method Description <T extends CDAResource>
FetchQuery<T>CDAClient. fetch(java.lang.Class<T> type)Returns aFetchQueryfor a giventype, which can be used to fulfil the request synchronously or asynchronously when a callback is provided.
-