Package net.webpdf.wsclient.openapi
Class DocumentInfoForm
- java.lang.Object
-
- net.webpdf.wsclient.openapi.DocumentInfo
-
- net.webpdf.wsclient.openapi.DocumentInfoForm
-
public class DocumentInfoForm extends DocumentInfo
Provides form information for the PDF document
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ACRO_FORM_FIELDSstatic StringJSON_PROPERTY_ERRORstatic StringJSON_PROPERTY_VALUE-
Fields inherited from class net.webpdf.wsclient.openapi.DocumentInfo
infoType, JSON_PROPERTY_INFO_TYPE
-
-
Constructor Summary
Constructors Constructor Description DocumentInfoForm()DocumentInfoForm(List<DocumentInfoFormField> acroFormFields, byte[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DocumentInfoFormerror(WebserviceException error)@Nullable List<DocumentInfoFormField>getAcroFormFields()All AcroForms fields with fully qualified name and, if XFA form, mapping to XFA template and XFA data.@Nullable WebserviceExceptiongetError()Get error@org.jetbrains.annotations.Nullable byte[]getValue()Requested content (BASE64 encoded)inthashCode()voidsetError(WebserviceException error)StringtoString()-
Methods inherited from class net.webpdf.wsclient.openapi.DocumentInfo
getInfoType, infoType, setInfoType
-
-
-
-
Field Detail
-
JSON_PROPERTY_ACRO_FORM_FIELDS
public static final String JSON_PROPERTY_ACRO_FORM_FIELDS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ERROR
public static final String JSON_PROPERTY_ERROR
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DocumentInfoForm
public DocumentInfoForm()
-
DocumentInfoForm
public DocumentInfoForm(List<DocumentInfoFormField> acroFormFields, byte[] value)
-
-
Method Detail
-
getAcroFormFields
@Nullable public @Nullable List<DocumentInfoFormField> getAcroFormFields()
All AcroForms fields with fully qualified name and, if XFA form, mapping to XFA template and XFA data.- Returns:
- acroFormFields
-
error
public DocumentInfoForm error(WebserviceException error)
-
getError
@Nullable public @Nullable WebserviceException getError()
Get error- Returns:
- error
-
setError
public void setError(WebserviceException error)
-
getValue
@Nullable public @org.jetbrains.annotations.Nullable byte[] getValue()
Requested content (BASE64 encoded)- Returns:
- value
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDocumentInfo
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDocumentInfo
-
toString
public String toString()
- Overrides:
toStringin classDocumentInfo
-
-