Package net.webpdf.wsclient.openapi
Class OperationResetFormAction
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationResetFormAction
-
public class OperationResetFormAction extends Object
OperationResetFormAction
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_RESET_FORM
-
Constructor Summary
Constructors Constructor Description OperationResetFormAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable OperationResetFormActionResetFormgetResetForm()Get resetForminthashCode()OperationResetFormActionresetForm(OperationResetFormActionResetForm resetForm)voidsetResetForm(OperationResetFormActionResetForm resetForm)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_RESET_FORM
public static final String JSON_PROPERTY_RESET_FORM
- See Also:
- Constant Field Values
-
-
Method Detail
-
resetForm
public OperationResetFormAction resetForm(OperationResetFormActionResetForm resetForm)
-
getResetForm
@Nullable public @Nullable OperationResetFormActionResetForm getResetForm()
Get resetForm- Returns:
- resetForm
-
setResetForm
public void setResetForm(OperationResetFormActionResetForm resetForm)
-
-