Uses of Class
com.contentful.java.cda.CDAResource
-
Packages that use CDAResource Package Description com.contentful.java.cda -
-
Uses of CDAResource in com.contentful.java.cda
Classes in com.contentful.java.cda with type parameters of type CDAResource Modifier and Type Class Description classFetchQuery<T extends CDAResource>Represents a query to the Delivery API which may be invoked synchronously or asynchronously with a callback.classObserveQuery<T extends CDAResource>Represents a query to the Delivery API which may be invoked via anFlowablesubscription.Subclasses of CDAResource in com.contentful.java.cda Modifier and Type Class Description classArrayResourceAn abstraction of CDAResources combined into one array.classCDAArrayCollection of CDA resources.classCDAAssetRepresents a single asset.classCDAContentTypeRepresents a single content type.classCDAEntryThe class represents a basic entry in the space.classCDALocaleRepresents a single locale.classCDASpaceRepresents a single space.classCDATagRepresents a single locale.classDeletedResourceRepresents a deleted resource (via the Sync API).classLocalizedResourceRepresents a resource which may contain field values for multiple locales.classSynchronizedSpaceRepresents results for synchronization via the Sync API.Methods in com.contentful.java.cda with type parameters of type CDAResource 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.<T extends CDAResource>
ObserveQuery<T>CDAClient. observe(java.lang.Class<T> type)Returns anObserveQueryfor a giventype, which can be used to return anFlowablethat fetches the desired resources.Methods in com.contentful.java.cda that return types with arguments of type CDAResource Modifier and Type Method Description java.util.List<CDAResource>ArrayResource. items()Constructor parameters in com.contentful.java.cda with type arguments of type CDAResource Constructor Description CDAContentTypeNotFoundException(java.lang.String resourceId, java.lang.Class<? extends CDAResource> resourceType, java.lang.String resourceTypeId, java.lang.Throwable throwable)Create a new exception.CDAResourceNotFoundException(java.lang.Class<? extends CDAResource> resourceType, java.lang.String resourceId)Create a new exception
-