sets the Etag for the request
Syntax
public
void
setETag
(
String
tag
,
int
i
) throws IllegalArgumentException
Parameters
-
tag –
etag header value
-
i –
etag header name
Returns
none
Example 1
BaseRequest getrequest = new BaseRequest(); getrequest.setETag("tag String",1);