BatchRequest(String) constructor

Initializes the BatchRequest by providing the request URL.

Syntax

public BatchRequest ( String url )

Parameters

Returns

Object of Batch Request.

Example 1

BatchRequest batch = new BatchRequest(Utils.appSettings.getApplicationEndPoint().toString()+"$batch");