Class JobChangeset
java.lang.Object
io.camunda.zeebe.client.protocol.rest.JobChangeset
Deprecated.
since 8.8 for removal in 8.9, replaced by #TODO
https://github.com/camunda/camunda/issues/26851
Added to keep compatibility with the previous version of the client. Used in
UpdateJobCommandStep1.update(JobChangeset)-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Deprecated.Deprecated.inthashCode()Deprecated.Deprecated.voidsetRetries(Integer retries) Deprecated.voidsetTimeout(Long timeout) Deprecated.Deprecated.toString()Deprecated.Deprecated.toUrlQueryString(String prefix) Deprecated.
-
Constructor Details
-
JobChangeset
public JobChangeset()Deprecated.
-
-
Method Details
-
getDelegate
Deprecated. -
retries
Deprecated. -
getRetries
Deprecated. -
setRetries
Deprecated. -
timeout
Deprecated. -
getTimeout
Deprecated. -
setTimeout
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated. -
toUrlQueryString
Deprecated.
-