Class DeploymentForm
java.lang.Object
io.camunda.zeebe.client.protocol.rest.DeploymentForm
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T11:57:41.291335755Z[GMT]",
comments="Generator version: 7.8.0")
public class DeploymentForm
extends Object
Deprecated.
A deployed form.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.Deprecated.Deprecated.The form ID, as parsed during deployment, together with the version forms a unique identifier for a specific form.Deprecated.The assigned key, which acts as a unique identifier for this form.Deprecated.The resource name from which this form was parsed.Deprecated.The tenant ID of the deployed form.Deprecated.The assigned form version.int
hashCode()
Deprecated.resourceName
(String resourceName) Deprecated.void
Deprecated.void
setFormKey
(Long formKey) Deprecated.void
setResourceName
(String resourceName) Deprecated.void
setTenantId
(String tenantId) Deprecated.void
setVersion
(Integer version) Deprecated.Deprecated.toString()
Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString
(String prefix) Deprecated.Convert the instance into URL query string.Deprecated.
-
Field Details
-
JSON_PROPERTY_FORM_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_FORM_ID
Deprecated.- See Also:
-
JSON_PROPERTY_VERSION
Deprecated.- See Also:
-
JSON_PROPERTY_RESOURCE_NAME
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
-
Constructor Details
-
DeploymentForm
public DeploymentForm()Deprecated.
-
-
Method Details
-
formKey
Deprecated. -
getFormKey
Deprecated.The assigned key, which acts as a unique identifier for this form.- Returns:
- formKey
-
setFormKey
Deprecated. -
formId
Deprecated. -
getFormId
Deprecated.The form ID, as parsed during deployment, together with the version forms a unique identifier for a specific form.- Returns:
- formId
-
setFormId
Deprecated. -
version
Deprecated. -
getVersion
Deprecated.The assigned form version.- Returns:
- version
-
setVersion
Deprecated. -
resourceName
Deprecated. -
getResourceName
Deprecated.The resource name from which this form was parsed.- Returns:
- resourceName
-
setResourceName
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The tenant ID of the deployed form.- Returns:
- tenantId
-
setTenantId
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-