Package net.webpdf.wsclient.openapi
Class MetadataFolder
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataFolder
-
public class MetadataFolder extends Object
Defines a folder for a PDF collection (portfolio).
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CREATION_DATEstatic StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_MODIFICATION_DATEstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_PATH
-
Constructor Summary
Constructors Constructor Description MetadataFolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataFoldercreationDate(String creationDate)booleanequals(Object o)@Nullable StringgetCreationDate()The date of the folder's creation.@Nullable IntegergetId()The numeric folder ID of the portfolio folder.@Nullable StringgetModificationDate()The date of the last modification of the folder.@Nullable StringgetName()The name of the folder.@Nullable StringgetPath()The path the folder is positioned at.inthashCode()MetadataFolderid(Integer id)MetadataFoldermodificationDate(String modificationDate)MetadataFoldername(String name)MetadataFolderpath(String path)voidsetCreationDate(String creationDate)voidsetId(Integer id)voidsetModificationDate(String modificationDate)voidsetName(String name)voidsetPath(String path)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CREATION_DATE
public static final String JSON_PROPERTY_CREATION_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MODIFICATION_DATE
public static final String JSON_PROPERTY_MODIFICATION_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PATH
public static final String JSON_PROPERTY_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
creationDate
public MetadataFolder creationDate(String creationDate)
-
getCreationDate
@Nullable public @Nullable String getCreationDate()
The date of the folder's creation.- Returns:
- creationDate
-
setCreationDate
public void setCreationDate(String creationDate)
-
id
public MetadataFolder id(Integer id)
-
getId
@Nullable public @Nullable Integer getId()
The numeric folder ID of the portfolio folder.- Returns:
- id
-
setId
public void setId(Integer id)
-
modificationDate
public MetadataFolder modificationDate(String modificationDate)
-
getModificationDate
@Nullable public @Nullable String getModificationDate()
The date of the last modification of the folder.- Returns:
- modificationDate
-
setModificationDate
public void setModificationDate(String modificationDate)
-
name
public MetadataFolder name(String name)
-
getName
@Nullable public @Nullable String getName()
The name of the folder.- Returns:
- name
-
setName
public void setName(String name)
-
path
public MetadataFolder path(String path)
-
getPath
@Nullable public @Nullable String getPath()
The path the folder is positioned at.- Returns:
- path
-
setPath
public void setPath(String path)
-
-