Package net.webpdf.wsclient.openapi
Class DocumentMetadataPdf
- java.lang.Object
-
- net.webpdf.wsclient.openapi.DocumentMetadata
-
- net.webpdf.wsclient.openapi.DocumentMetadataPdf
-
public class DocumentMetadataPdf extends DocumentMetadata
The metadata that describes the PDF document
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ANNOTATIONSstatic StringJSON_PROPERTY_ATTACHMENTSstatic StringJSON_PROPERTY_BACKGROUNDSstatic StringJSON_PROPERTY_FOLDERSstatic StringJSON_PROPERTY_FORMstatic StringJSON_PROPERTY_HEADERS_FOOTERSstatic StringJSON_PROPERTY_IMAGESstatic StringJSON_PROPERTY_INFORMATIONstatic StringJSON_PROPERTY_PAGESstatic StringJSON_PROPERTY_SECURITYstatic StringJSON_PROPERTY_SIGNATURESstatic StringJSON_PROPERTY_TRANSITIONS-
Fields inherited from class net.webpdf.wsclient.openapi.DocumentMetadata
JSON_PROPERTY_METADATA_TYPE, metadataType
-
-
Constructor Summary
Constructors Constructor Description DocumentMetadataPdf()
-
Method Summary
-
Methods inherited from class net.webpdf.wsclient.openapi.DocumentMetadata
getMetadataType, metadataType
-
-
-
-
Field Detail
-
JSON_PROPERTY_ANNOTATIONS
public static final String JSON_PROPERTY_ANNOTATIONS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ATTACHMENTS
public static final String JSON_PROPERTY_ATTACHMENTS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BACKGROUNDS
public static final String JSON_PROPERTY_BACKGROUNDS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FOLDERS
public static final String JSON_PROPERTY_FOLDERS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FORM
public static final String JSON_PROPERTY_FORM
- See Also:
- Constant Field Values
-
JSON_PROPERTY_HEADERS_FOOTERS
public static final String JSON_PROPERTY_HEADERS_FOOTERS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IMAGES
public static final String JSON_PROPERTY_IMAGES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INFORMATION
public static final String JSON_PROPERTY_INFORMATION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PAGES
public static final String JSON_PROPERTY_PAGES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SECURITY
public static final String JSON_PROPERTY_SECURITY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SIGNATURES
public static final String JSON_PROPERTY_SIGNATURES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TRANSITIONS
public static final String JSON_PROPERTY_TRANSITIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
annotations
public DocumentMetadataPdf annotations(MetadataAnnotationsDocument annotations)
-
getAnnotations
@Nullable public @Nullable MetadataAnnotationsDocument getAnnotations()
Get annotations- Returns:
- annotations
-
setAnnotations
public void setAnnotations(MetadataAnnotationsDocument annotations)
-
attachments
public DocumentMetadataPdf attachments(MetadataAttachmentsDocument attachments)
-
getAttachments
@Nullable public @Nullable MetadataAttachmentsDocument getAttachments()
Get attachments- Returns:
- attachments
-
setAttachments
public void setAttachments(MetadataAttachmentsDocument attachments)
-
backgrounds
public DocumentMetadataPdf backgrounds(MetadataBackgroundsDocument backgrounds)
-
getBackgrounds
@Nullable public @Nullable MetadataBackgroundsDocument getBackgrounds()
Get backgrounds- Returns:
- backgrounds
-
setBackgrounds
public void setBackgrounds(MetadataBackgroundsDocument backgrounds)
-
folders
public DocumentMetadataPdf folders(MetadataFoldersDocument folders)
-
getFolders
@Nullable public @Nullable MetadataFoldersDocument getFolders()
Get folders- Returns:
- folders
-
setFolders
public void setFolders(MetadataFoldersDocument folders)
-
form
public DocumentMetadataPdf form(MetadataFormDocument form)
-
getForm
@Nullable public @Nullable MetadataFormDocument getForm()
Get form- Returns:
- form
-
setForm
public void setForm(MetadataFormDocument form)
-
headersFooters
public DocumentMetadataPdf headersFooters(MetadataHeadersFootersDocument headersFooters)
-
getHeadersFooters
@Nullable public @Nullable MetadataHeadersFootersDocument getHeadersFooters()
Get headersFooters- Returns:
- headersFooters
-
setHeadersFooters
public void setHeadersFooters(MetadataHeadersFootersDocument headersFooters)
-
images
public DocumentMetadataPdf images(MetadataImagesDocument images)
-
getImages
@Nullable public @Nullable MetadataImagesDocument getImages()
Get images- Returns:
- images
-
setImages
public void setImages(MetadataImagesDocument images)
-
information
public DocumentMetadataPdf information(MetadataInformation information)
-
getInformation
@NotNull public @NotNull MetadataInformation getInformation()
Get information- Returns:
- information
-
setInformation
public void setInformation(MetadataInformation information)
-
pages
public DocumentMetadataPdf pages(MetadataPagesDocument pages)
-
getPages
@Nullable public @Nullable MetadataPagesDocument getPages()
Get pages- Returns:
- pages
-
setPages
public void setPages(MetadataPagesDocument pages)
-
security
public DocumentMetadataPdf security(MetadataSecurity security)
-
getSecurity
@NotNull public @NotNull MetadataSecurity getSecurity()
Get security- Returns:
- security
-
setSecurity
public void setSecurity(MetadataSecurity security)
-
signatures
public DocumentMetadataPdf signatures(MetadataSignaturesDocument signatures)
-
getSignatures
@Nullable public @Nullable MetadataSignaturesDocument getSignatures()
Get signatures- Returns:
- signatures
-
setSignatures
public void setSignatures(MetadataSignaturesDocument signatures)
-
transitions
public DocumentMetadataPdf transitions(MetadataTransitionsDocument transitions)
-
getTransitions
@Nullable public @Nullable MetadataTransitionsDocument getTransitions()
Get transitions- Returns:
- transitions
-
setTransitions
public void setTransitions(MetadataTransitionsDocument transitions)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDocumentMetadata
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDocumentMetadata
-
toString
public String toString()
- Overrides:
toStringin classDocumentMetadata
-
-