com.atlassian.httpclient.api
Class EntityBuilders
java.lang.Object
com.atlassian.httpclient.api.EntityBuilders
public final class EntityBuilders
- extends Object
Provides access to various entity builders
|
Method Summary |
static FormBuilder |
newForm()
Creates a new form entity builder for content-type "application/x-www-form-urlencoded". |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newForm
public static FormBuilder newForm()
- Creates a new form entity builder for content-type "application/x-www-form-urlencoded".
- Returns:
- The new form builder
Copyright © 2012–2015 Atlassian. All rights reserved.