| Package | Description |
|---|---|
| com.contentful.java.cda |
| Modifier and Type | Method and Description |
|---|---|
<C extends CDACallback<CDAArray>> |
FetchQuery.all(C callback)
Async fetch all resources matching the type of this query.
|
| Modifier and Type | Method and Description |
|---|---|
CDAArray |
FetchQuery.all()
Fetch and return all resources matching the type of this query.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<CDAArray> |
ObserveQuery.all()
Observe an array of all resources matching the type of this query.
|
Copyright © 2019 Contentful, GmbH.. All Rights Reserved.