Package io.camunda.client.protocol.rest
Class FormResult
java.lang.Object
io.camunda.client.protocol.rest.FormResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class FormResult
extends Object
FormResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe user-provided identifier of the form.The assigned key, which acts as a unique identifier for this form.The form content.The tenant ID of the form.The version of the the deployed form.inthashCode()voidvoidsetFormKey(String formKey) voidvoidsetTenantId(String tenantId) voidsetVersion(Long version) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_FORM_ID
- See Also:
-
JSON_PROPERTY_SCHEMA
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_FORM_KEY
- See Also:
-
-
Constructor Details
-
FormResult
public FormResult()
-
-
Method Details
-
tenantId
-
getTenantId
The tenant ID of the form.- Returns:
- tenantId
-
setTenantId
-
formId
-
getFormId
The user-provided identifier of the form.- Returns:
- formId
-
setFormId
-
schema
-
getSchema
The form content.- Returns:
- schema
-
setSchema
-
version
-
getVersion
The version of the the deployed form.- Returns:
- version
-
setVersion
-
formKey
-
getFormKey
The assigned key, which acts as a unique identifier for this form.- Returns:
- formKey
-
setFormKey
-
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
-