Class ContextualConfiguration

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

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

    • configuration

      protected Object configuration
      The field configuration.
    • fieldContextId

      protected String fieldContextId
      The ID of the field context the configuration is associated with.
    • id

      protected String id
      The ID of the configuration.
    • schema

      protected Object schema
      The field value schema.
  • Constructor Details

    • ContextualConfiguration

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

      @Internal public ContextualConfiguration(Object configuration, String fieldContextId, String id, Object schema)
      Constructs a validated instance of ContextualConfiguration.

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

      Parameters:
      configuration - The field configuration.
      fieldContextId - The ID of the field context the configuration is associated with.
      id - The ID of the configuration.
      schema - The field value schema.
    • ContextualConfiguration

      protected ContextualConfiguration()
  • Method Details