Package net.webpdf.wsclient.openapi
Class OperationResetFormActionResetForm
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationResetFormActionResetForm
-
public class OperationResetFormActionResetForm extends Object
The resetForm action clears the values in all selected form fields. You can use the \"field\" element as many times as necessary.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_EXCLUDEstatic StringJSON_PROPERTY_FIELD
-
Constructor Summary
Constructors Constructor Description OperationResetFormActionResetForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationResetFormActionResetFormaddFieldItem(OperationFormFieldSelection fieldItem)booleanequals(Object o)OperationResetFormActionResetFormexclude(Boolean exclude)OperationResetFormActionResetFormfield(List<OperationFormFieldSelection> field)@Nullable BooleangetExclude()If true, then all form fields except the selected ones should be exported.@Nullable List<OperationFormFieldSelection>getField()Get fieldinthashCode()voidsetExclude(Boolean exclude)voidsetField(List<OperationFormFieldSelection> field)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_EXCLUDE
public static final String JSON_PROPERTY_EXCLUDE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FIELD
public static final String JSON_PROPERTY_FIELD
- See Also:
- Constant Field Values
-
-
Method Detail
-
exclude
public OperationResetFormActionResetForm exclude(Boolean exclude)
-
getExclude
@Nullable public @Nullable Boolean getExclude()
If true, then all form fields except the selected ones should be exported. If false, only the selected ones will be.- Returns:
- exclude
-
setExclude
public void setExclude(Boolean exclude)
-
field
public OperationResetFormActionResetForm field(List<OperationFormFieldSelection> field)
-
addFieldItem
public OperationResetFormActionResetForm addFieldItem(OperationFormFieldSelection fieldItem)
-
getField
@Nullable public @Nullable List<OperationFormFieldSelection> getField()
Get field- Returns:
- field
-
setField
public void setField(List<OperationFormFieldSelection> field)
-
-