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 Details

  • Constructor Details

    • FormResponse

      public FormResponse()
  • Method Details

    • id

      public FormResponse id(String id)
    • getId

      @Nullable public String getId()
      The unique identifier of the embedded form within one process.
      Returns:
      id
    • setId

      public void setId(String id)
    • processDefinitionKey

      public FormResponse processDefinitionKey(String processDefinitionKey)
    • getProcessDefinitionKey

      @Nullable public String getProcessDefinitionKey()
      Reference to process definition (renamed equivalent of `Form.processDefinitionId` field).
      Returns:
      processDefinitionKey
    • setProcessDefinitionKey

      public void setProcessDefinitionKey(String processDefinitionKey)
    • title

      public FormResponse title(String title)
    • getTitle

      @Nullable public String getTitle()
      The title of the form.
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • schema

      public FormResponse schema(String schema)
    • getSchema

      @Nullable public String getSchema()
      The form content.
      Returns:
      schema
    • setSchema

      public void setSchema(String schema)
    • version

      public FormResponse version(Long version)
    • getVersion

      @Nullable public Long 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

      public void setVersion(Long version)
    • tenantId

      public FormResponse tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The tenant ID associated with the form.
      Returns:
      tenantId
    • setTenantId

      public void setTenantId(String tenantId)
    • isDeleted

      public FormResponse isDeleted(Boolean isDeleted)
    • getIsDeleted

      @Nullable public Boolean 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

      public void setIsDeleted(Boolean isDeleted)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string