public class Revision extends NativeObject
Modifier and Type | Method | Description |
---|---|---|
boolean |
getIsLatest() |
Whether this is the latest document revision (Getter)
|
void |
write(Stream stream) |
Write the contents of the document revision to a stream
|
equals, hashCode
public void write(Stream stream) throws java.io.IOException
stream
- The stream to which the revision is written to.java.io.IOException
- Unable to write to the stream.java.lang.IllegalArgumentException
- if stream
is null
public boolean getIsLatest()