Package io.camunda.client.protocol.rest
Class DeploymentFormResult
java.lang.Object
io.camunda.client.protocol.rest.DeploymentFormResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class DeploymentFormResult
extends Object
A deployed form.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe form ID, as parsed during deployment, together with the version forms a unique identifier for a specific form.The assigned key, which acts as a unique identifier for this form.The resource name from which this form was parsed.The tenant ID of the deployed form.The assigned form version.inthashCode()resourceName(String resourceName) voidvoidsetFormKey(String formKey) voidsetResourceName(String resourceName) voidsetTenantId(String tenantId) voidsetVersion(Integer version) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FORM_ID
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_RESOURCE_NAME
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_FORM_KEY
- See Also:
-
-
Constructor Details
-
DeploymentFormResult
public DeploymentFormResult()
-
-
Method Details
-
formId
-
getFormId
The form ID, as parsed during deployment, together with the version forms a unique identifier for a specific form.- Returns:
- formId
-
setFormId
-
version
-
getVersion
The assigned form version.- Returns:
- version
-
setVersion
-
resourceName
-
getResourceName
The resource name from which this form was parsed.- Returns:
- resourceName
-
setResourceName
-
tenantId
-
getTenantId
The tenant ID of the deployed form.- Returns:
- tenantId
-
setTenantId
-
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
-