Class ProcessDefinitionDiagramDto
java.lang.Object
org.camunda.community.rest.client.dto.ProcessDefinitionDiagramDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class ProcessDefinitionDiagramDto
extends Object
ProcessDefinitionDiagramDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAn escaped XML string containing the XML that this definition was deployed with.org.openapitools.jackson.nullable.JsonNullable<String>getId()The id of the process definition.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidsetBpmn20Xml(String bpmn20Xml) voidsetBpmn20Xml_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> bpmn20Xml) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_BPMN20_XML
- See Also:
-
-
Constructor Details
-
ProcessDefinitionDiagramDto
public ProcessDefinitionDiagramDto()
-
-
Method Details
-
id
-
getId
The id of the process definition.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
bpmn20Xml
-
getBpmn20Xml
An escaped XML string containing the XML that this definition was deployed with. Carriage returns, line feeds and quotation marks are escaped.- Returns:
- bpmn20Xml
-
getBpmn20Xml_JsonNullable
-
setBpmn20Xml_JsonNullable
public void setBpmn20Xml_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> bpmn20Xml) -
setBpmn20Xml
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-