Klasse JqlQueryFieldEntityProperty

java.lang.Object
io.github.primelib.jira4j.restv2.model.JqlQueryFieldEntityProperty

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class JqlQueryFieldEntityProperty extends Object
JqlQueryFieldEntityProperty
  • Felddetails

    • entity

      protected String entity
      The object on which the property is set.
    • key

      protected String key
      The key of the property.
    • path

      protected String path
      The path in the property value to query.
    • type

      The type of the property value extraction. Not available if the extraction for the property is not registered on the instance with the [Entity property](https://developer.atlassian.com/cloud/jira/platform/modules/entity-property/) module.
  • Konstruktordetails

    • JqlQueryFieldEntityProperty

      public JqlQueryFieldEntityProperty(Consumer<JqlQueryFieldEntityProperty> spec)
      Constructs a validated instance of JqlQueryFieldEntityProperty.
      Parameter:
      spec - the specification to process
    • JqlQueryFieldEntityProperty

      @Internal public JqlQueryFieldEntityProperty(String entity, String key, String path, JqlQueryFieldEntityProperty.TypeEnum type)
      Constructs a validated instance of JqlQueryFieldEntityProperty.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using JqlQueryFieldEntityProperty(Consumer) instead.

      Parameter:
      entity - The object on which the property is set.
      key - The key of the property.
      path - The path in the property value to query.
      type - The type of the property value extraction. Not available if the extraction for the property is not registered on the instance with the [Entity property](https://developer.atlassian.com/cloud/jira/platform/modules/entity-property/) module.
    • JqlQueryFieldEntityProperty

      protected JqlQueryFieldEntityProperty()
  • Methodendetails