FetchCollectionBuilder
Class that exposes fluent APIs for fetching objects from an API endpoint.
Methods
execute() → {Promise.<(MobileObjectCollection|NetworkResponse)>}
Executes the fetch and returns the results.
Returns:
- Type
- Promise.<(MobileObjectCollection|NetworkResponse)>