public class AtomEntry extends AtomObject
AtomEntry
class represents an Atom <entry>
element.Modifier and Type | Field and Description |
---|---|
Record |
content
The value of the Atom entry's
<content> element. |
String |
published
The value of the Atom entry's
<published> element. |
id, links, title, updated
Constructor and Description |
---|
AtomEntry() |
Modifier and Type | Method and Description |
---|---|
static AtomEntry |
parseStream(InputStream input)
Creates a new
AtomEntry instance based on a given stream. |
createReader, getElementText, isEndElement, isStartElement, parseEnd, parseText, scan, scanEnd, scanTag, syntaxError
public String published
<published>
element.public Record content
<content>
element.public static AtomEntry parseStream(InputStream input)
AtomEntry
instance based on a given stream.
A few endpoints, such as search/jobs/{sid}
,
return an Atom <entry>
element as the root of the response.input
- The input stream.AtomEntry
instance representing the parsed stream.Copyright © 2022 Splunk, Inc.. All rights reserved.