Package net.webpdf.wsclient.openapi
Class DocumentInfo
- java.lang.Object
-
- net.webpdf.wsclient.openapi.DocumentInfo
-
- Direct Known Subclasses:
DocumentInfoForm
public class DocumentInfo extends Object
Provides various information for the underlying document
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentInfoTypeinfoTypestatic StringJSON_PROPERTY_INFO_TYPE
-
Constructor Summary
Constructors Constructor Description DocumentInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull DocumentInfoTypegetInfoType()Get infoTypeinthashCode()DocumentInfoinfoType(DocumentInfoType infoType)voidsetInfoType(DocumentInfoType infoType)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_INFO_TYPE
public static final String JSON_PROPERTY_INFO_TYPE
- See Also:
- Constant Field Values
-
infoType
protected DocumentInfoType infoType
-
-
Method Detail
-
infoType
public DocumentInfo infoType(DocumentInfoType infoType)
-
getInfoType
@NotNull public @NotNull DocumentInfoType getInfoType()
Get infoType- Returns:
- infoType
-
setInfoType
public void setInfoType(DocumentInfoType infoType)
-
-