Class UpdateProcessConnectorByProcessIdRequest

  • All Implemented Interfaces:
    Serializable

    @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class UpdateProcessConnectorByProcessIdRequest
    extends Object
    implements Serializable
    UpdateProcessConnectorByProcessIdRequest
    See Also:
    Serialized Form
    • Constructor Detail

      • UpdateProcessConnectorByProcessIdRequest

        public UpdateProcessConnectorByProcessIdRequest()
    • Method Detail

      • 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)
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object