setETag(String, int) method

sets the Etag for the request

Syntax

public void setETag (
    String tag,
    int i
) throws IllegalArgumentException

Parameters

Returns

none

Example 1

BaseRequest getrequest = new BaseRequest(); getrequest.setETag("tag String",1);