Package net.webpdf.wsclient.openapi
Class OperationAddToolboxAnnotation
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationAddToolboxAnnotation
-
public class OperationAddToolboxAnnotation extends Object
The add element can be used to define one or multiple annotations, that shall be added to the document.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CIRCLEstatic StringJSON_PROPERTY_FREETEXTstatic StringJSON_PROPERTY_LINEstatic StringJSON_PROPERTY_MARKUPstatic StringJSON_PROPERTY_REDACTstatic StringJSON_PROPERTY_RUBBERSTAMPstatic StringJSON_PROPERTY_SQUAREstatic StringJSON_PROPERTY_TEXT
-
Constructor Summary
Constructors Constructor Description OperationAddToolboxAnnotation()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_CIRCLE
public static final String JSON_PROPERTY_CIRCLE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FREETEXT
public static final String JSON_PROPERTY_FREETEXT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LINE
public static final String JSON_PROPERTY_LINE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MARKUP
public static final String JSON_PROPERTY_MARKUP
- See Also:
- Constant Field Values
-
JSON_PROPERTY_REDACT
public static final String JSON_PROPERTY_REDACT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RUBBERSTAMP
public static final String JSON_PROPERTY_RUBBERSTAMP
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SQUARE
public static final String JSON_PROPERTY_SQUARE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TEXT
public static final String JSON_PROPERTY_TEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
circle
public OperationAddToolboxAnnotation circle(List<OperationCircleAnnotation> circle)
-
addCircleItem
public OperationAddToolboxAnnotation addCircleItem(OperationCircleAnnotation circleItem)
-
getCircle
@Nullable public @Nullable List<OperationCircleAnnotation> getCircle()
Get circle- Returns:
- circle
-
setCircle
public void setCircle(List<OperationCircleAnnotation> circle)
-
freetext
public OperationAddToolboxAnnotation freetext(List<OperationFreeTextAnnotation> freetext)
-
addFreetextItem
public OperationAddToolboxAnnotation addFreetextItem(OperationFreeTextAnnotation freetextItem)
-
getFreetext
@Nullable public @Nullable List<OperationFreeTextAnnotation> getFreetext()
Get freetext- Returns:
- freetext
-
setFreetext
public void setFreetext(List<OperationFreeTextAnnotation> freetext)
-
line
public OperationAddToolboxAnnotation line(List<OperationLineAnnotation> line)
-
addLineItem
public OperationAddToolboxAnnotation addLineItem(OperationLineAnnotation lineItem)
-
getLine
@Nullable public @Nullable List<OperationLineAnnotation> getLine()
Get line- Returns:
- line
-
setLine
public void setLine(List<OperationLineAnnotation> line)
-
markup
public OperationAddToolboxAnnotation markup(List<OperationMarkupAnnotation> markup)
-
addMarkupItem
public OperationAddToolboxAnnotation addMarkupItem(OperationMarkupAnnotation markupItem)
-
getMarkup
@Nullable public @Nullable List<OperationMarkupAnnotation> getMarkup()
Get markup- Returns:
- markup
-
setMarkup
public void setMarkup(List<OperationMarkupAnnotation> markup)
-
redact
public OperationAddToolboxAnnotation redact(List<OperationRedactAnnotation> redact)
-
addRedactItem
public OperationAddToolboxAnnotation addRedactItem(OperationRedactAnnotation redactItem)
-
getRedact
@Nullable public @Nullable List<OperationRedactAnnotation> getRedact()
Get redact- Returns:
- redact
-
setRedact
public void setRedact(List<OperationRedactAnnotation> redact)
-
rubberstamp
public OperationAddToolboxAnnotation rubberstamp(List<OperationRubberStampAnnotation> rubberstamp)
-
addRubberstampItem
public OperationAddToolboxAnnotation addRubberstampItem(OperationRubberStampAnnotation rubberstampItem)
-
getRubberstamp
@Nullable public @Nullable List<OperationRubberStampAnnotation> getRubberstamp()
Get rubberstamp- Returns:
- rubberstamp
-
setRubberstamp
public void setRubberstamp(List<OperationRubberStampAnnotation> rubberstamp)
-
square
public OperationAddToolboxAnnotation square(List<OperationSquareAnnotation> square)
-
addSquareItem
public OperationAddToolboxAnnotation addSquareItem(OperationSquareAnnotation squareItem)
-
getSquare
@Nullable public @Nullable List<OperationSquareAnnotation> getSquare()
Get square- Returns:
- square
-
setSquare
public void setSquare(List<OperationSquareAnnotation> square)
-
text
public OperationAddToolboxAnnotation text(List<OperationTextAnnotation> text)
-
addTextItem
public OperationAddToolboxAnnotation addTextItem(OperationTextAnnotation textItem)
-
getText
@Nullable public @Nullable List<OperationTextAnnotation> getText()
Get text- Returns:
- text
-
setText
public void setText(List<OperationTextAnnotation> text)
-
-