Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
DecisionRequirementsDefinitionDto |
DecisionRequirementsDefinitionDto.category(String category) |
DecisionRequirementsDefinitionDto |
DecisionRequirementsDefinitionDto.deploymentId(String deploymentId) |
DecisionRequirementsDefinitionDto |
DecisionRequirementsDefinitionDto.id(String id) |
DecisionRequirementsDefinitionDto |
DecisionRequirementsDefinitionDto.key(String key) |
DecisionRequirementsDefinitionDto |
DecisionRequirementsDefinitionDto.name(String name) |
DecisionRequirementsDefinitionDto |
DecisionRequirementsDefinitionDto.resource(String resource) |
DecisionRequirementsDefinitionDto |
DecisionRequirementsDefinitionDto.tenantId(String tenantId) |
DecisionRequirementsDefinitionDto |
DecisionRequirementsDefinitionDto.version(Integer version) |
Modifier and Type | Method and Description |
---|---|
Map<String,DecisionRequirementsDefinitionDto> |
DeploymentWithDefinitionsDto.getDeployedDecisionRequirementsDefinitions()
A JSON Object containing a property for each of the decision requirements definitions, which are successfully deployed with that deployment.
|
Map<String,DecisionRequirementsDefinitionDto> |
DeploymentWithDefinitionsDtoAllOf.getDeployedDecisionRequirementsDefinitions()
A JSON Object containing a property for each of the decision requirements definitions, which are successfully deployed with that deployment.
|
Modifier and Type | Method and Description |
---|---|
DeploymentWithDefinitionsDto |
DeploymentWithDefinitionsDto.putDeployedDecisionRequirementsDefinitionsItem(String key,
DecisionRequirementsDefinitionDto deployedDecisionRequirementsDefinitionsItem) |
DeploymentWithDefinitionsDtoAllOf |
DeploymentWithDefinitionsDtoAllOf.putDeployedDecisionRequirementsDefinitionsItem(String key,
DecisionRequirementsDefinitionDto deployedDecisionRequirementsDefinitionsItem) |
Modifier and Type | Method and Description |
---|---|
DeploymentWithDefinitionsDto |
DeploymentWithDefinitionsDto.deployedDecisionRequirementsDefinitions(Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions) |
DeploymentWithDefinitionsDtoAllOf |
DeploymentWithDefinitionsDtoAllOf.deployedDecisionRequirementsDefinitions(Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions) |
void |
DeploymentWithDefinitionsDto.setDeployedDecisionRequirementsDefinitions(Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions) |
void |
DeploymentWithDefinitionsDtoAllOf.setDeployedDecisionRequirementsDefinitions(Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions) |
Copyright © 2022. All rights reserved.