Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
DecisionDefinitionDto |
DecisionDefinitionDto.category(String category) |
DecisionDefinitionDto |
DecisionDefinitionDto.decisionRequirementsDefinitionId(String decisionRequirementsDefinitionId) |
DecisionDefinitionDto |
DecisionDefinitionDto.decisionRequirementsDefinitionKey(String decisionRequirementsDefinitionKey) |
DecisionDefinitionDto |
DecisionDefinitionDto.deploymentId(String deploymentId) |
DecisionDefinitionDto |
DecisionDefinitionDto.historyTimeToLive(Integer historyTimeToLive) |
DecisionDefinitionDto |
DecisionDefinitionDto.id(String id) |
DecisionDefinitionDto |
DecisionDefinitionDto.key(String key) |
DecisionDefinitionDto |
DecisionDefinitionDto.name(String name) |
DecisionDefinitionDto |
DecisionDefinitionDto.resource(String resource) |
DecisionDefinitionDto |
DecisionDefinitionDto.tenantId(String tenantId) |
DecisionDefinitionDto |
DecisionDefinitionDto.version(Integer version) |
DecisionDefinitionDto |
DecisionDefinitionDto.versionTag(String versionTag) |
Modifier and Type | Method and Description |
---|---|
Map<String,DecisionDefinitionDto> |
DeploymentWithDefinitionsDto.getDeployedDecisionDefinitions()
A JSON Object containing a property for each of the decision definitions, which are successfully deployed with that deployment.
|
Map<String,DecisionDefinitionDto> |
DeploymentWithDefinitionsDtoAllOf.getDeployedDecisionDefinitions()
A JSON Object containing a property for each of the decision definitions, which are successfully deployed with that deployment.
|
Modifier and Type | Method and Description |
---|---|
DeploymentWithDefinitionsDto |
DeploymentWithDefinitionsDto.putDeployedDecisionDefinitionsItem(String key,
DecisionDefinitionDto deployedDecisionDefinitionsItem) |
DeploymentWithDefinitionsDtoAllOf |
DeploymentWithDefinitionsDtoAllOf.putDeployedDecisionDefinitionsItem(String key,
DecisionDefinitionDto deployedDecisionDefinitionsItem) |
Modifier and Type | Method and Description |
---|---|
DeploymentWithDefinitionsDto |
DeploymentWithDefinitionsDto.deployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions) |
DeploymentWithDefinitionsDtoAllOf |
DeploymentWithDefinitionsDtoAllOf.deployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions) |
void |
DeploymentWithDefinitionsDto.setDeployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions) |
void |
DeploymentWithDefinitionsDtoAllOf.setDeployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions) |
Copyright © 2022. All rights reserved.