public interface IDataSenderBuilder
Modifier and Type | Method and Description |
---|---|
String |
build()
Builds the JSON stream to send.
|
String |
build(boolean pretty)
Builds the JSON stream to send, optionally adding pretty styling
|
String build()
build(boolean)
, passing falseString build(boolean pretty)
pretty
- boolean whether or not to output in a more readable formatCopyright © 2018 OpenNTF. All rights reserved.