public static interface RequestEntity.FormBuilder
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
build()
Build form data map
|
RequestEntity.FormBuilder |
set(String name,
String... value)
Set a form parameter value(s)
|
Copyright © 2019 The Holon Platform. All rights reserved.