Package net.webpdf.wsclient.openapi
Class OperationToolboxDescriptionDescription
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationToolboxDescriptionDescription
-
public class OperationToolboxDescriptionDescription extends Object
The description operation element can be used to change the description for documents.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ALLOW_EMPTY_VALUESstatic StringJSON_PROPERTY_AUTHORstatic StringJSON_PROPERTY_CREATORstatic StringJSON_PROPERTY_CUSTOMstatic StringJSON_PROPERTY_KEYWORDSstatic StringJSON_PROPERTY_PRODUCERstatic StringJSON_PROPERTY_SUBJECTstatic StringJSON_PROPERTY_TITLE
-
Constructor Summary
Constructors Constructor Description OperationToolboxDescriptionDescription()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_ALLOW_EMPTY_VALUES
public static final String JSON_PROPERTY_ALLOW_EMPTY_VALUES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_AUTHOR
public static final String JSON_PROPERTY_AUTHOR
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATOR
public static final String JSON_PROPERTY_CREATOR
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOM
public static final String JSON_PROPERTY_CUSTOM
- See Also:
- Constant Field Values
-
JSON_PROPERTY_KEYWORDS
public static final String JSON_PROPERTY_KEYWORDS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PRODUCER
public static final String JSON_PROPERTY_PRODUCER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SUBJECT
public static final String JSON_PROPERTY_SUBJECT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_TITLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
allowEmptyValues
public OperationToolboxDescriptionDescription allowEmptyValues(Boolean allowEmptyValues)
-
getAllowEmptyValues
@Nullable public @Nullable Boolean getAllowEmptyValues()
If \"true,\" empty values will be accepted.- Returns:
- allowEmptyValues
-
setAllowEmptyValues
public void setAllowEmptyValues(Boolean allowEmptyValues)
-
author
public OperationToolboxDescriptionDescription author(String author)
-
getAuthor
@Nullable public @Nullable String getAuthor()
Used to set the PDF document's Author field. Multiple values should be separated with \";\".- Returns:
- author
-
setAuthor
public void setAuthor(String author)
-
creator
public OperationToolboxDescriptionDescription creator(String creator)
-
getCreator
@Nullable public @Nullable String getCreator()
Used to set the PDF document's Creator field.- Returns:
- creator
-
setCreator
public void setCreator(String creator)
-
custom
public OperationToolboxDescriptionDescription custom(List<OperationDescriptionCustom> custom)
-
addCustomItem
public OperationToolboxDescriptionDescription addCustomItem(OperationDescriptionCustom customItem)
-
getCustom
@Nullable public @Nullable List<OperationDescriptionCustom> getCustom()
Get custom- Returns:
- custom
-
setCustom
public void setCustom(List<OperationDescriptionCustom> custom)
-
keywords
public OperationToolboxDescriptionDescription keywords(String keywords)
-
getKeywords
@Nullable public @Nullable String getKeywords()
Used to set the PDF document's Keywords field. Multiple values should be separated with \";\".- Returns:
- keywords
-
setKeywords
public void setKeywords(String keywords)
-
producer
public OperationToolboxDescriptionDescription producer(String producer)
-
getProducer
@Nullable public @Nullable String getProducer()
Used to set the PDF document's Producer field.- Returns:
- producer
-
setProducer
public void setProducer(String producer)
-
subject
public OperationToolboxDescriptionDescription subject(String subject)
-
getSubject
@Nullable public @Nullable String getSubject()
Used to set the PDF document's Subject field.- Returns:
- subject
-
setSubject
public void setSubject(String subject)
-
title
public OperationToolboxDescriptionDescription title(String title)
-
getTitle
@Nullable public @Nullable String getTitle()
Used to set the PDF document's Title field.- Returns:
- title
-
setTitle
public void setTitle(String title)
-
-