Package org.openapitools.client.model
Class CalledProcessDefinitionDtoAllOf
- java.lang.Object
-
- org.openapitools.client.model.CalledProcessDefinitionDtoAllOf
-
public class CalledProcessDefinitionDtoAllOf extends Object
CalledProcessDefinitionDtoAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CALLED_FROM_ACTIVITY_IDSstatic StringSERIALIZED_NAME_CALLING_PROCESS_DEFINITION_ID
-
Constructor Summary
Constructors Constructor Description CalledProcessDefinitionDtoAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalledProcessDefinitionDtoAllOfaddCalledFromActivityIdsItem(String calledFromActivityIdsItem)CalledProcessDefinitionDtoAllOfcalledFromActivityIds(List<String> calledFromActivityIds)CalledProcessDefinitionDtoAllOfcallingProcessDefinitionId(String callingProcessDefinitionId)booleanequals(Object o)List<String>getCalledFromActivityIds()Ids of the CallActivities which call this process.StringgetCallingProcessDefinitionId()The id of the calling process definitioninthashCode()voidsetCalledFromActivityIds(List<String> calledFromActivityIds)voidsetCallingProcessDefinitionId(String callingProcessDefinitionId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CALLED_FROM_ACTIVITY_IDS
public static final String SERIALIZED_NAME_CALLED_FROM_ACTIVITY_IDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CALLING_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_CALLING_PROCESS_DEFINITION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
calledFromActivityIds
public CalledProcessDefinitionDtoAllOf calledFromActivityIds(List<String> calledFromActivityIds)
-
addCalledFromActivityIdsItem
public CalledProcessDefinitionDtoAllOf addCalledFromActivityIdsItem(String calledFromActivityIdsItem)
-
getCalledFromActivityIds
public List<String> getCalledFromActivityIds()
Ids of the CallActivities which call this process.- Returns:
- calledFromActivityIds
-
callingProcessDefinitionId
public CalledProcessDefinitionDtoAllOf callingProcessDefinitionId(String callingProcessDefinitionId)
-
getCallingProcessDefinitionId
public String getCallingProcessDefinitionId()
The id of the calling process definition- Returns:
- callingProcessDefinitionId
-
setCallingProcessDefinitionId
public void setCallingProcessDefinitionId(String callingProcessDefinitionId)
-
-