public class JsonOutput extends XmlSerialization
| 构造器和说明 |
|---|
JsonOutput() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
appendToXml(com.obs.services.internal.xml.OBSXMLBuilder xmlBuilder)
Formats the output settings into the XML request
|
JsonOutput |
withRecordDelimiter(char recordDelimiter)
The character used to separate individual records
Default is newline (\n)
|
charToStringpublic JsonOutput withRecordDelimiter(char recordDelimiter)
recordDelimiter - Record separatorpublic void appendToXml(com.obs.services.internal.xml.OBSXMLBuilder xmlBuilder)
xmlBuilder - The xml serializerCopyright © 2023. All rights reserved.