com.ning.api.client.http.NingHttpPut Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ning-api-java Show documentation
Show all versions of ning-api-java Show documentation
Java client library for accessing Ning external API
package com.ning.api.client.http;
public class NingHttpPut
extends NingHttpRequestWithBody
{
public NingHttpPut(NingRequestBuilder> requestBuilder)
{
super(requestBuilder);
}
@Override
protected NingHttpPut _this() {
return this;
}
}