Class CaseDefinitionDto

java.lang.Object
org.camunda.community.rest.client.dto.CaseDefinitionDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class CaseDefinitionDto extends Object
CaseDefinitionDto
  • Field Details

  • Constructor Details

    • CaseDefinitionDto

      public CaseDefinitionDto()
  • Method Details

    • id

      public CaseDefinitionDto id(String id)
    • getId

      @Nullable public String getId()
      The id of the case definition
      Returns:
      id
    • getId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getId_JsonNullable()
    • setId_JsonNullable

      public void setId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id)
    • setId

      public void setId(String id)
    • key

      public CaseDefinitionDto key(String key)
    • getKey

      @Nullable public String getKey()
      The key of the case definition, i.e., the id of the CMMN 2.0 XML case definition.
      Returns:
      key
    • getKey_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getKey_JsonNullable()
    • setKey_JsonNullable

      public void setKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> key)
    • setKey

      public void setKey(String key)
    • category

      public CaseDefinitionDto category(String category)
    • getCategory

      @Nullable public String getCategory()
      The category of the case definition.
      Returns:
      category
    • getCategory_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getCategory_JsonNullable()
    • setCategory_JsonNullable

      public void setCategory_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> category)
    • setCategory

      public void setCategory(String category)
    • name

      public CaseDefinitionDto name(String name)
    • getName

      @Nullable public String getName()
      The name of the case definition.
      Returns:
      name
    • getName_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getName_JsonNullable()
    • setName_JsonNullable

      public void setName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name)
    • setName

      public void setName(String name)
    • version

      public CaseDefinitionDto version(Integer version)
    • getVersion

      @Nullable public Integer getVersion()
      The version of the case definition that the engine assigned to it.
      Returns:
      version
    • getVersion_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getVersion_JsonNullable()
    • setVersion_JsonNullable

      public void setVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> version)
    • setVersion

      public void setVersion(Integer version)
    • resource

      public CaseDefinitionDto resource(String resource)
    • getResource

      @Nullable public String getResource()
      The file name of the case definition.
      Returns:
      resource
    • getResource_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getResource_JsonNullable()
    • setResource_JsonNullable

      public void setResource_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resource)
    • setResource

      public void setResource(String resource)
    • deploymentId

      public CaseDefinitionDto deploymentId(String deploymentId)
    • getDeploymentId

      @Nullable public String getDeploymentId()
      The deployment id of the case definition.
      Returns:
      deploymentId
    • getDeploymentId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getDeploymentId_JsonNullable()
    • setDeploymentId_JsonNullable

      public void setDeploymentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> deploymentId)
    • setDeploymentId

      public void setDeploymentId(String deploymentId)
    • tenantId

      public CaseDefinitionDto tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The tenant id of the case definition.
      Returns:
      tenantId
    • getTenantId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTenantId_JsonNullable()
    • setTenantId_JsonNullable

      public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId)
    • setTenantId

      public void setTenantId(String tenantId)
    • historyTimeToLive

      public CaseDefinitionDto historyTimeToLive(Integer historyTimeToLive)
    • getHistoryTimeToLive

      @Nullable public Integer getHistoryTimeToLive()
      History time to live value of the case definition. Is used within [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup). minimum: 0
      Returns:
      historyTimeToLive
    • getHistoryTimeToLive_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getHistoryTimeToLive_JsonNullable()
    • setHistoryTimeToLive_JsonNullable

      public void setHistoryTimeToLive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> historyTimeToLive)
    • setHistoryTimeToLive

      public void setHistoryTimeToLive(Integer historyTimeToLive)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

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

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string