Package net.webpdf.wsclient.openapi
Class MetadataBackgroundsDocument
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataBackgroundsDocument
-
public class MetadataBackgroundsDocument extends Object
Lists the background definitions for pages of the document.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BACKGROUND
-
Constructor Summary
Constructors Constructor Description MetadataBackgroundsDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataBackgroundsDocumentaddBackgroundItem(MetadataBackgroundContent backgroundItem)MetadataBackgroundsDocumentbackground(List<MetadataBackgroundContent> background)booleanequals(Object o)@Nullable List<MetadataBackgroundContent>getBackground()Get backgroundinthashCode()voidsetBackground(List<MetadataBackgroundContent> background)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_BACKGROUND
public static final String JSON_PROPERTY_BACKGROUND
- See Also:
- Constant Field Values
-
-
Method Detail
-
background
public MetadataBackgroundsDocument background(List<MetadataBackgroundContent> background)
-
addBackgroundItem
public MetadataBackgroundsDocument addBackgroundItem(MetadataBackgroundContent backgroundItem)
-
getBackground
@Nullable public @Nullable List<MetadataBackgroundContent> getBackground()
Get background- Returns:
- background
-
setBackground
public void setBackground(List<MetadataBackgroundContent> background)
-
-