Class FieldConfigurationScheme

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

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

    • description

      protected String description
      The description of the field configuration scheme.
    • id

      protected String id
      The ID of the field configuration scheme.
    • name

      protected String name
      The name of the field configuration scheme.
  • Constructor Details

    • FieldConfigurationScheme

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

      @Internal public FieldConfigurationScheme(String description, String id, String name)
      Constructs a validated instance of FieldConfigurationScheme.

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

      Parameters:
      description - The description of the field configuration scheme.
      id - The ID of the field configuration scheme.
      name - The name of the field configuration scheme.
    • FieldConfigurationScheme

      protected FieldConfigurationScheme()
  • Method Details