public class Document extends ResponseEntity
To learn more about documents as represented in the PDFDATA.io API, please visit their dedicated section in the PDFDATA.io API reference.
Note the existence of the ProcessedDocument subclass, which provides additional
attributes conveyed by documents when delivered as part of a Proc response.
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
java.time.Instant |
getCreated() |
java.time.Instant |
getExpires() |
String |
getFilename() |
String |
getID() |
int |
getPageCount() |
Set |
getTags() |
int |
hashCode() |
Copyright © 2017 PDFDATA.io. All rights reserved.