Class DecisionDefinitionItem
java.lang.Object
io.camunda.zeebe.client.protocol.rest.DecisionDefinitionItem
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class DecisionDefinitionItem
extends Object
Deprecated.
DecisionDefinitionItem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecisionDefinitionId(String decisionDefinitionId) Deprecated.decisionDefinitionKey(Long decisionDefinitionKey) Deprecated.decisionDefinitionName(String decisionDefinitionName) Deprecated.decisionRequirementsId(String decisionRequirementsId) Deprecated.decisionRequirementsKey(Long decisionRequirementsKey) Deprecated.booleanDeprecated.Deprecated.The DMN id of the decision definition.Deprecated.The assigned key, which acts as a unique identifier for this decision definition.Deprecated.The DMN name of the decision definition.Deprecated.the DMN id of the decision requirements graph that the decision definition is part of.Deprecated.The assigned key of the decision requirements graph that the decision definition is part of.Deprecated.The tenant id of the decision definition.Deprecated.The assigned version of the decision definition.inthashCode()Deprecated.voidsetDecisionDefinitionId(String decisionDefinitionId) Deprecated.voidsetDecisionDefinitionKey(Long decisionDefinitionKey) Deprecated.voidsetDecisionDefinitionName(String decisionDefinitionName) Deprecated.voidsetDecisionRequirementsId(String decisionRequirementsId) Deprecated.voidsetDecisionRequirementsKey(Long decisionRequirementsKey) Deprecated.voidsetTenantId(String tenantId) Deprecated.voidsetVersion(Integer version) Deprecated.Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.Deprecated.
-
Field Details
-
JSON_PROPERTY_DECISION_DEFINITION_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_ID
Deprecated.- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_NAME
Deprecated.- See Also:
-
JSON_PROPERTY_VERSION
Deprecated.- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_ID
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
-
Constructor Details
-
DecisionDefinitionItem
public DecisionDefinitionItem()Deprecated.
-
-
Method Details
-
decisionDefinitionKey
Deprecated. -
getDecisionDefinitionKey
Deprecated.The assigned key, which acts as a unique identifier for this decision definition.- Returns:
- decisionDefinitionKey
-
setDecisionDefinitionKey
Deprecated. -
decisionRequirementsKey
Deprecated. -
getDecisionRequirementsKey
Deprecated.The assigned key of the decision requirements graph that the decision definition is part of.- Returns:
- decisionRequirementsKey
-
setDecisionRequirementsKey
Deprecated. -
decisionDefinitionId
Deprecated. -
getDecisionDefinitionId
Deprecated.The DMN id of the decision definition.- Returns:
- decisionDefinitionId
-
setDecisionDefinitionId
Deprecated. -
decisionDefinitionName
Deprecated. -
getDecisionDefinitionName
Deprecated.The DMN name of the decision definition.- Returns:
- decisionDefinitionName
-
setDecisionDefinitionName
Deprecated. -
version
Deprecated. -
getVersion
Deprecated.The assigned version of the decision definition.- Returns:
- version
-
setVersion
Deprecated. -
decisionRequirementsId
Deprecated. -
getDecisionRequirementsId
Deprecated.the DMN id of the decision requirements graph that the decision definition is part of.- Returns:
- decisionRequirementsId
-
setDecisionRequirementsId
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The tenant id of the decision definition.- Returns:
- tenantId
-
setTenantId
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-