Package org.openapitools.client.model
Class DeploymentWithDefinitionsDtoAllOf
- java.lang.Object
-
- org.openapitools.client.model.DeploymentWithDefinitionsDtoAllOf
-
public class DeploymentWithDefinitionsDtoAllOf extends Object
DeploymentWithDefinitionsDtoAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DEPLOYED_CASE_DEFINITIONSstatic StringSERIALIZED_NAME_DEPLOYED_DECISION_DEFINITIONSstatic StringSERIALIZED_NAME_DEPLOYED_DECISION_REQUIREMENTS_DEFINITIONSstatic StringSERIALIZED_NAME_DEPLOYED_PROCESS_DEFINITIONS
-
Constructor Summary
Constructors Constructor Description DeploymentWithDefinitionsDtoAllOf()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_DEPLOYED_PROCESS_DEFINITIONS
public static final String SERIALIZED_NAME_DEPLOYED_PROCESS_DEFINITIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEPLOYED_DECISION_DEFINITIONS
public static final String SERIALIZED_NAME_DEPLOYED_DECISION_DEFINITIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEPLOYED_DECISION_REQUIREMENTS_DEFINITIONS
public static final String SERIALIZED_NAME_DEPLOYED_DECISION_REQUIREMENTS_DEFINITIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEPLOYED_CASE_DEFINITIONS
public static final String SERIALIZED_NAME_DEPLOYED_CASE_DEFINITIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
deployedProcessDefinitions
public DeploymentWithDefinitionsDtoAllOf deployedProcessDefinitions(Map<String,ProcessDefinitionDto> deployedProcessDefinitions)
-
putDeployedProcessDefinitionsItem
public DeploymentWithDefinitionsDtoAllOf putDeployedProcessDefinitionsItem(String key, ProcessDefinitionDto deployedProcessDefinitionsItem)
-
getDeployedProcessDefinitions
public Map<String,ProcessDefinitionDto> getDeployedProcessDefinitions()
A JSON Object containing a property for each of the process definitions, which are successfully deployed with that deployment. The key is the process definition id, the value is a JSON Object corresponding to the process definition.- Returns:
- deployedProcessDefinitions
-
setDeployedProcessDefinitions
public void setDeployedProcessDefinitions(Map<String,ProcessDefinitionDto> deployedProcessDefinitions)
-
deployedDecisionDefinitions
public DeploymentWithDefinitionsDtoAllOf deployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions)
-
putDeployedDecisionDefinitionsItem
public DeploymentWithDefinitionsDtoAllOf putDeployedDecisionDefinitionsItem(String key, DecisionDefinitionDto deployedDecisionDefinitionsItem)
-
getDeployedDecisionDefinitions
public Map<String,DecisionDefinitionDto> getDeployedDecisionDefinitions()
A JSON Object containing a property for each of the decision definitions, which are successfully deployed with that deployment. The key is the decision definition id, the value is a JSON Object corresponding to the decision definition.- Returns:
- deployedDecisionDefinitions
-
setDeployedDecisionDefinitions
public void setDeployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions)
-
deployedDecisionRequirementsDefinitions
public DeploymentWithDefinitionsDtoAllOf deployedDecisionRequirementsDefinitions(Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions)
-
putDeployedDecisionRequirementsDefinitionsItem
public DeploymentWithDefinitionsDtoAllOf putDeployedDecisionRequirementsDefinitionsItem(String key, DecisionRequirementsDefinitionDto deployedDecisionRequirementsDefinitionsItem)
-
getDeployedDecisionRequirementsDefinitions
public Map<String,DecisionRequirementsDefinitionDto> getDeployedDecisionRequirementsDefinitions()
A JSON Object containing a property for each of the decision requirements definitions, which are successfully deployed with that deployment. The key is the decision requirements definition id, the value is a JSON Object corresponding to the decision requirements definition.- Returns:
- deployedDecisionRequirementsDefinitions
-
setDeployedDecisionRequirementsDefinitions
public void setDeployedDecisionRequirementsDefinitions(Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions)
-
deployedCaseDefinitions
public DeploymentWithDefinitionsDtoAllOf deployedCaseDefinitions(Map<String,CaseDefinitionDto> deployedCaseDefinitions)
-
putDeployedCaseDefinitionsItem
public DeploymentWithDefinitionsDtoAllOf putDeployedCaseDefinitionsItem(String key, CaseDefinitionDto deployedCaseDefinitionsItem)
-
getDeployedCaseDefinitions
public Map<String,CaseDefinitionDto> getDeployedCaseDefinitions()
A JSON Object containing a property for each of the case definitions, which are successfully deployed with that deployment. The key is the case definition id, the value is a JSON Object corresponding to the case definition.- Returns:
- deployedCaseDefinitions
-
setDeployedCaseDefinitions
public void setDeployedCaseDefinitions(Map<String,CaseDefinitionDto> deployedCaseDefinitions)
-
-