Package net.webpdf.wsclient.openapi
Class DocumentFileUpdate
- java.lang.Object
-
- net.webpdf.wsclient.openapi.DocumentFileUpdate
-
public class DocumentFileUpdate extends Object
Contains the update information for a document in the document storage
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FILE_NAMEstatic StringJSON_PROPERTY_PARENT_DOCUMENT_ID
-
Constructor Summary
Constructors Constructor Description DocumentFileUpdate()DocumentFileUpdate(String parentDocumentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DocumentFileUpdatefileName(String fileName)@Nullable StringgetFileName()File name for the document (without extension)@Nullable StringgetParentDocumentId()The id of the parent documentinthashCode()voidsetFileName(String fileName)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_FILE_NAME
public static final String JSON_PROPERTY_FILE_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PARENT_DOCUMENT_ID
public static final String JSON_PROPERTY_PARENT_DOCUMENT_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DocumentFileUpdate
public DocumentFileUpdate()
-
DocumentFileUpdate
public DocumentFileUpdate(String parentDocumentId)
-
-
Method Detail
-
fileName
public DocumentFileUpdate fileName(String fileName)
-
getFileName
@Nullable public @Nullable String getFileName()
File name for the document (without extension)- Returns:
- fileName
-
setFileName
public void setFileName(String fileName)
-
getParentDocumentId
@Nullable public @Nullable String getParentDocumentId()
The id of the parent document- Returns:
- parentDocumentId
-
-