Package net.webpdf.wsclient.openapi
Class MetadataPagesDocument
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataPagesDocument
-
public class MetadataPagesDocument extends Object
Lists and describes the properties of the document's pages.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PAGE
-
Constructor Summary
Constructors Constructor Description MetadataPagesDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataPagesDocumentaddPageItem(MetadataPagePages pageItem)booleanequals(Object o)@Nullable List<MetadataPagePages>getPage()Get pageinthashCode()MetadataPagesDocumentpage(List<MetadataPagePages> page)voidsetPage(List<MetadataPagePages> page)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PAGE
public static final String JSON_PROPERTY_PAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
page
public MetadataPagesDocument page(List<MetadataPagePages> page)
-
addPageItem
public MetadataPagesDocument addPageItem(MetadataPagePages pageItem)
-
getPage
@Nullable public @Nullable List<MetadataPagePages> getPage()
Get page- Returns:
- page
-
setPage
public void setPage(List<MetadataPagePages> page)
-
-