public class RequestBuilder extends Object
Map of attributes that represents the request payload.| Constructor and Description |
|---|
RequestBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RequestBuilder |
attr(String fieldName,
Object value)
Add an attribute to this request.
|
Map<String,Object> |
build()
Build a
Map that contains all of the added attributes. |
Copyright © 2015. All rights reserved.