Adds a request to the storage.
BundleRequest bundleRequest = new BundleRequest(); BaseRequest request1 = new BaseRequest(); BaseRequest request2 = new BaseRequest(); bundleRequest.addRequest(request1); bundleRequest.addRequest(request2);
NOTE! Request priority ( com.sap.mobile.com.sap.mobile.lib.request.Request.IRequest#setPriority(int) ) is ignored during request processing! Because requests are processed in the order they are added to the bundle, the order is considered to handle the priority.