Consists of the methods used to bundle many requests into one.
com.sap.mobile.lib.request
public class BundleRequest implements IBundleRequest
All members of BundleRequest, including inherited members.
Constructors| Modifier and Type | Constructor | Description |
|---|---|---|
| public | BundleRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
| public void | addRequest(final IRequest) | |
| public void | clearRequests() | Cleans out the request storage. |
| public IRequest[] | getRequests() | Returns all the requests from the storage. |
| public void | removeRequest(final IRequest) |
| Modifier and Type | Member | Description |
|---|---|---|
| public void | addRequest(IRequest) | Adds a request to the storage. |
| public void | removeRequest(IRequest) | Removes the specific request from the storage. |
Separate requests can be added and executed using BundleRequest.