Class FormResponse
java.lang.Object
io.camunda.tasklist.generated.model.FormResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-29T10:52:23.981575172Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class FormResponse
extends Object
FormResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()The unique identifier of the embedded form within one process.Indicates whether the deployed form is deleted or not on Zeebe.Reference to process definition (renamed equivalent of `Form.processDefinitionId` field).The form content.The tenant ID associated with the form.getTitle()The title of the form.The version field is null in the case of an embedded form, while it represents the deployed form's version in other scenarios.inthashCode()processDefinitionKey(String processDefinitionKey) voidvoidsetIsDeleted(Boolean isDeleted) voidsetProcessDefinitionKey(String processDefinitionKey) voidvoidsetTenantId(String tenantId) voidvoidsetVersion(Long version) 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_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_SCHEMA
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_IS_DELETED
- See Also:
-
-
Constructor Details
-
FormResponse
public FormResponse()
-
-
Method Details
-
id
-
getId
The unique identifier of the embedded form within one process.- Returns:
- id
-
setId
-
processDefinitionKey
-
getProcessDefinitionKey
Reference to process definition (renamed equivalent of `Form.processDefinitionId` field).- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
title
-
getTitle
The title of the form.- Returns:
- title
-
setTitle
-
schema
-
getSchema
The form content.- Returns:
- schema
-
setSchema
-
version
-
getVersion
The version field is null in the case of an embedded form, while it represents the deployed form's version in other scenarios.- Returns:
- version
-
setVersion
-
tenantId
-
getTenantId
The tenant ID associated with the form.- Returns:
- tenantId
-
setTenantId
-
isDeleted
-
getIsDeleted
Indicates whether the deployed form is deleted or not on Zeebe. This field is false by default, in the case of an embedded form.- Returns:
- isDeleted
-
setIsDeleted
-
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
-