Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
JHttpQuery<T> com.griddynamics.jagger.invoker.v2.JHttpQuery< T >.put ( )

Sets JHttpQuery#method to HttpMethod#PUT.

The same as

this.method(HttpMethod.PUT);
Returns
this Usage:
JHttpQuery httpQuery = new JHttpQuery().put();

Definition at line 101 of file JHttpQuery.java.

Referenced by com.griddynamics.jagger.invoker.v2.JHttpQuery< T >.queryParam().

101  {
102  return method(HttpMethod.PUT);
103  }

Here is the caller graph for this function: