Package org.bonitasoft.web.client.model
Class UpdateProcessConnectorByProcessIdRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.UpdateProcessConnectorByProcessIdRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class UpdateProcessConnectorByProcessIdRequest extends Object implements Serializable
UpdateProcessConnectorByProcessIdRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_IMPLEMENTATION
-
Constructor Summary
Constructors Constructor Description UpdateProcessConnectorByProcessIdRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()Id of the process for which to update the connector, combined with connector name and version separated by slashes (x/y/z)StringgetImplementation()Previously uploaded temp file name of the updated version of the connector (returned by the [upload file api](#operation/uploadFile))inthashCode()UpdateProcessConnectorByProcessIdRequestid(String id)UpdateProcessConnectorByProcessIdRequestimplementation(String implementation)voidsetId(String id)voidsetImplementation(String implementation)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IMPLEMENTATION
public static final String JSON_PROPERTY_IMPLEMENTATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public UpdateProcessConnectorByProcessIdRequest id(String id)
-
getId
@Nullable public String getId()
Id of the process for which to update the connector, combined with connector name and version separated by slashes (x/y/z)- Returns:
- id
-
setId
public void setId(String id)
-
implementation
public UpdateProcessConnectorByProcessIdRequest implementation(String implementation)
-
getImplementation
@Nullable public String getImplementation()
Previously uploaded temp file name of the updated version of the connector (returned by the [upload file api](#operation/uploadFile))- Returns:
- implementation
-
setImplementation
public void setImplementation(String implementation)
-
-