Package io.camunda.client.protocol.rest
Class DeploymentFormBase
java.lang.Object
io.camunda.client.protocol.rest.DeploymentFormBase
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class DeploymentFormBase
extends Object
Base properties for DeploymentForm.
-
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 resource name from which this form was parsed.The tenant ID of the deployed form.The assigned form version.inthashCode()resourceName(String resourceName) voidvoidsetResourceName(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:
-
-
Constructor Details
-
DeploymentFormBase
public DeploymentFormBase()
-
-
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
-
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
-