Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
CaseDefinitionDto |
CaseDefinitionDto.category(String category) |
CaseDefinitionDto |
CaseDefinitionDto.deploymentId(String deploymentId) |
CaseDefinitionDto |
CaseDefinitionDto.historyTimeToLive(Integer historyTimeToLive) |
CaseDefinitionDto |
CaseDefinitionDto.id(String id) |
CaseDefinitionDto |
CaseDefinitionDto.key(String key) |
CaseDefinitionDto |
CaseDefinitionDto.name(String name) |
CaseDefinitionDto |
CaseDefinitionDto.resource(String resource) |
CaseDefinitionDto |
CaseDefinitionDto.tenantId(String tenantId) |
CaseDefinitionDto |
CaseDefinitionDto.version(Integer version) |
Modifier and Type | Method and Description |
---|---|
Map<String,CaseDefinitionDto> |
DeploymentWithDefinitionsDto.getDeployedCaseDefinitions()
A JSON Object containing a property for each of the case definitions, which are successfully deployed with that deployment.
|
Map<String,CaseDefinitionDto> |
DeploymentWithDefinitionsDtoAllOf.getDeployedCaseDefinitions()
A JSON Object containing a property for each of the case definitions, which are successfully deployed with that deployment.
|
Modifier and Type | Method and Description |
---|---|
DeploymentWithDefinitionsDto |
DeploymentWithDefinitionsDto.putDeployedCaseDefinitionsItem(String key,
CaseDefinitionDto deployedCaseDefinitionsItem) |
DeploymentWithDefinitionsDtoAllOf |
DeploymentWithDefinitionsDtoAllOf.putDeployedCaseDefinitionsItem(String key,
CaseDefinitionDto deployedCaseDefinitionsItem) |
Modifier and Type | Method and Description |
---|---|
DeploymentWithDefinitionsDto |
DeploymentWithDefinitionsDto.deployedCaseDefinitions(Map<String,CaseDefinitionDto> deployedCaseDefinitions) |
DeploymentWithDefinitionsDtoAllOf |
DeploymentWithDefinitionsDtoAllOf.deployedCaseDefinitions(Map<String,CaseDefinitionDto> deployedCaseDefinitions) |
void |
DeploymentWithDefinitionsDto.setDeployedCaseDefinitions(Map<String,CaseDefinitionDto> deployedCaseDefinitions) |
void |
DeploymentWithDefinitionsDtoAllOf.setDeployedCaseDefinitions(Map<String,CaseDefinitionDto> deployedCaseDefinitions) |
Copyright © 2022. All rights reserved.