Consists of interface for request bundle.
com.sap.mobile.lib.request
public interface IBundleRequest
All members of IBundleRequest, including inherited members.
Methods| Modifier and Type | Method | Description |
|---|---|---|
| public void | addRequest(IRequest) | Adds a request to the storage. |
| public void | clearRequests() | Cleans out the request storage. |
| public IRequest[] | getRequests() | Returns all the requests from the storage. |
| public void | removeRequest(IRequest) | Removes the specific request from the storage. |