Class FormDto

java.lang.Object
org.camunda.community.rest.client.dto.FormDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class FormDto extends Object
FormDto
  • Field Details

  • Constructor Details

    • FormDto

      public FormDto()
  • Method Details

    • key

      public FormDto key(String key)
    • getKey

      @Nullable public String getKey()
      The form key.
      Returns:
      key
    • getKey_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getKey_JsonNullable()
    • setKey_JsonNullable

      public void setKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> key)
    • setKey

      public void setKey(String key)
    • camundaFormRef

      public FormDto camundaFormRef(CamundaFormRef camundaFormRef)
    • getCamundaFormRef

      @Nullable public CamundaFormRef getCamundaFormRef()
      Get camundaFormRef
      Returns:
      camundaFormRef
    • setCamundaFormRef

      public void setCamundaFormRef(CamundaFormRef camundaFormRef)
    • contextPath

      public FormDto contextPath(String contextPath)
    • getContextPath

      @Nullable public String getContextPath()
      The context path of the process application. If the task (or the process definition) does not belong to a process application deployment or a process definition at all, this property is not set.
      Returns:
      contextPath
    • getContextPath_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getContextPath_JsonNullable()
    • setContextPath_JsonNullable

      public void setContextPath_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> contextPath)
    • setContextPath

      public void setContextPath(String contextPath)
    • 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