Package net.webpdf.wsclient.openapi
Class OperationFormFieldSelection
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationFormFieldSelection
-
public class OperationFormFieldSelection extends Object
Selects a form field.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description OperationFormFieldSelection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetName()The name of the selected form field.inthashCode()OperationFormFieldSelectionname(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 OperationFormFieldSelection name(String name)
-
getName
@Nullable public @Nullable String getName()
The name of the selected form field.- Returns:
- name
-
setName
public void setName(String name)
-
-