Class CamundaFormRef

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

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

  • Constructor Details

    • CamundaFormRef

      public CamundaFormRef()
  • Method Details

    • key

      public CamundaFormRef key(String key)
    • getKey

      @Nullable public String getKey()
      The key of the Camunda Form.
      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)
    • binding

      public CamundaFormRef binding(String binding)
    • getBinding

      @Nullable public String getBinding()
      The binding of the Camunda Form. Can be `latest`, `deployment` or `version`.
      Returns:
      binding
    • getBinding_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getBinding_JsonNullable()
    • setBinding_JsonNullable

      public void setBinding_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> binding)
    • setBinding

      public void setBinding(String binding)
    • version

      public CamundaFormRef version(Integer version)
    • getVersion

      @Nullable public Integer getVersion()
      The specific version of a Camunda Form. This property is only set if `binding` is `version`.
      Returns:
      version
    • getVersion_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getVersion_JsonNullable()
    • setVersion_JsonNullable

      public void setVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> version)
    • setVersion

      public void setVersion(Integer version)
    • 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