Class JobChangeset

java.lang.Object
io.camunda.zeebe.client.protocol.rest.JobChangeset

@Deprecated public class JobChangeset extends Object
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 Details

    • JobChangeset

      public JobChangeset()
      Deprecated.
  • Method Details

    • getDelegate

      public JobChangeset getDelegate()
      Deprecated.
    • retries

      public JobChangeset retries(Integer retries)
      Deprecated.
    • getRetries

      public Integer getRetries()
      Deprecated.
    • setRetries

      public void setRetries(Integer retries)
      Deprecated.
    • timeout

      public JobChangeset timeout(Long timeout)
      Deprecated.
    • getTimeout

      public Long getTimeout()
      Deprecated.
    • setTimeout

      public void setTimeout(Long timeout)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Deprecated.
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Deprecated.