Package org.bonitasoft.web.client.model
Class ProcessParameterUpdateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProcessParameterUpdateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProcessParameterUpdateRequest extends Object implements Serializable
ProcessParameterUpdateRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description ProcessParameterUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetValue()value of the Process ParameterinthashCode()voidsetValue(String value)StringtoString()ProcessParameterUpdateRequestvalue(String value)
-
-
-
Field Detail
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
public ProcessParameterUpdateRequest value(String value)
-
setValue
public void setValue(String value)
-
-