Package org.bonitasoft.web.client.model
Class UpdateProcessConnectorByProcessIdRequest
java.lang.Object
org.bonitasoft.web.client.model.UpdateProcessConnectorByProcessIdRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class UpdateProcessConnectorByProcessIdRequest
extends Object
implements Serializable
UpdateProcessConnectorByProcessIdRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Id of the process for which to update the connector, combined with connector name and version separated by slashes (x/y/z)Previously uploaded temp file name of the updated version of the connector (returned by the [upload file api](#operation/uploadFile))inthashCode()implementation(String implementation) voidvoidsetImplementation(String implementation) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_IMPLEMENTATION
- See Also:
-
-
Constructor Details
-
UpdateProcessConnectorByProcessIdRequest
public UpdateProcessConnectorByProcessIdRequest()
-
-
Method Details
-
id
-
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
-
implementation
-
getImplementation
Previously uploaded temp file name of the updated version of the connector (returned by the [upload file api](#operation/uploadFile))- Returns:
- implementation
-
setImplementation
-
equals
-
hashCode
public int hashCode() -
toString
-