Class EventNotificationField

java.lang.Object
io.github.primelib.jira4j.restv3.model.EventNotificationField

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class EventNotificationField extends Object
EventNotificationField
  • Field Details

    • clauseNames

      protected Set<String> clauseNames
      The names that can be used to reference the field in an advanced search. For more information, see [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ).
    • custom

      protected Boolean custom
      Whether the field is a custom field.
    • id

      protected String id
      The ID of the field.
    • key

      protected String key
      The key of the field.
    • name

      protected String name
      The name of the field.
    • orderable

      protected Boolean orderable
      Whether the content of the field can be used to order lists.
    • schema

      protected FieldDetailsSchema schema
    • scope

      protected FieldDetailsScope scope
    • searchable

      protected Boolean searchable
      Whether the content of the field can be searched.
  • Constructor Details

    • EventNotificationField

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

      @Internal public EventNotificationField(Set<String> clauseNames, Boolean custom, String id, String key, String name, Boolean navigable, Boolean orderable, FieldDetailsSchema schema, FieldDetailsScope scope, Boolean searchable)
      Constructs a validated instance of EventNotificationField.

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

      Parameters:
      clauseNames - The names that can be used to reference the field in an advanced search. For more information, see [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ).
      custom - Whether the field is a custom field.
      id - The ID of the field.
      key - The key of the field.
      name - The name of the field.
      navigable - Whether the field can be used as a column on the issue navigator.
      orderable - Whether the content of the field can be used to order lists.
      schema - schema
      scope - scope
      searchable - Whether the content of the field can be searched.
    • EventNotificationField

      protected EventNotificationField()
  • Method Details