Uses of Class
com.contentful.java.cda.CDAClient
-
Packages that use CDAClient Package Description com.contentful.java.cda com.contentful.java.cda.rich -
-
Uses of CDAClient in com.contentful.java.cda
Methods in com.contentful.java.cda that return CDAClient Modifier and Type Method Description CDAClientCDAClient.Builder. build()Create CDAClient, using the specified configuration options.CDAClientCDAClient. clearCache()Clear the java internal cache.Methods in com.contentful.java.cda with parameters of type CDAClient Modifier and Type Method Description static voidResourceUtils. ensureContentType(CDAEntry entry, CDAClient client)Make sure that the given entry has a filled in content type.Constructors in com.contentful.java.cda with parameters of type CDAClient Constructor Description FetchQuery(java.lang.Class<T> type, CDAClient client)Create a FetchQuery for the given type, using the client. -
Uses of CDAClient in com.contentful.java.cda.rich
Methods in com.contentful.java.cda.rich with parameters of type CDAClient Modifier and Type Method Description static voidRichTextFactory. resolveRichTextField(ArrayResource array, CDAClient client)Walk through the given array and resolve all rich text fields.
-