Class FormDto
java.lang.Object
org.camunda.community.rest.client.dto.FormDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class FormDto
extends Object
FormDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncamundaFormRef(CamundaFormRef camundaFormRef) contextPath(String contextPath) booleanGet camundaFormRefThe context path of the process application.org.openapitools.jackson.nullable.JsonNullable<String>getKey()The form key.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidsetCamundaFormRef(CamundaFormRef camundaFormRef) voidsetContextPath(String contextPath) voidsetContextPath_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> contextPath) voidvoidsetKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> key) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_CAMUNDA_FORM_REF
- See Also:
-
JSON_PROPERTY_CONTEXT_PATH
- See Also:
-
-
Constructor Details
-
FormDto
public FormDto()
-
-
Method Details
-
key
-
getKey
The form key.- Returns:
- key
-
getKey_JsonNullable
-
setKey_JsonNullable
-
setKey
-
camundaFormRef
-
getCamundaFormRef
Get camundaFormRef- Returns:
- camundaFormRef
-
setCamundaFormRef
-
contextPath
-
getContextPath
The context path of the process application. If the task (or the process definition) does not belong to a process application deployment or a process definition at all, this property is not set.- Returns:
- contextPath
-
getContextPath_JsonNullable
-
setContextPath_JsonNullable
public void setContextPath_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> contextPath) -
setContextPath
-
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
-