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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe binding of the Camunda Form.org.openapitools.jackson.nullable.JsonNullable<String>getKey()The key of the Camunda Form.org.openapitools.jackson.nullable.JsonNullable<String>The specific version of a Camunda Form.org.openapitools.jackson.nullable.JsonNullable<Integer>inthashCode()voidsetBinding(String binding) voidsetBinding_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> binding) voidvoidsetKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> key) voidsetVersion(Integer version) voidsetVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> version) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_BINDING
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
CamundaFormRef
public CamundaFormRef()
-
-
Method Details
-
key
-
getKey
The key of the Camunda Form.- Returns:
- key
-
getKey_JsonNullable
-
setKey_JsonNullable
-
setKey
-
binding
-
getBinding
The binding of the Camunda Form. Can be `latest`, `deployment` or `version`.- Returns:
- binding
-
getBinding_JsonNullable
-
setBinding_JsonNullable
-
setBinding
-
version
-
getVersion
The specific version of a Camunda Form. This property is only set if `binding` is `version`.- Returns:
- version
-
getVersion_JsonNullable
-
setVersion_JsonNullable
public void setVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> version) -
setVersion
-
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
-