BundleRequest class

Consists of the methods used to bundle many requests into one.

Package

com.sap.mobile.lib.request

Syntax

public class BundleRequest implements IBundleRequest

Implemented interfaces

Members

All members of BundleRequest, including inherited members.

Constructors
Modifier and Type Constructor Description
public BundleRequest()  
Methods
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)  
Inherited members from IBundleRequest
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.

Usage

Separate requests can be added and executed using BundleRequest.