Package net.webpdf.wsclient.openapi
Class MetadataAuthor
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataAuthor
-
public class MetadataAuthor extends Object
An element of this type is used to enumerate the persons, that created a document.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description MetadataAuthor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetName()The name of the person creating the document.inthashCode()MetadataAuthorname(String name)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public MetadataAuthor name(String name)
-
getName
@Nullable public @Nullable String getName()
The name of the person creating the document.- Returns:
- name
-
setName
public void setName(String name)
-
-