Klasse FieldConfigurationSchemeProjectAssociation

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

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

    • fieldConfigurationSchemeId

      protected String fieldConfigurationSchemeId
      The ID of the field configuration scheme. If the field configuration scheme ID is null, the operation assigns the default field configuration scheme.
    • projectId

      protected String projectId
      The ID of the project.
  • Konstruktordetails

    • FieldConfigurationSchemeProjectAssociation

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

      @Internal public FieldConfigurationSchemeProjectAssociation(String fieldConfigurationSchemeId, String projectId)
      Constructs a validated instance of FieldConfigurationSchemeProjectAssociation.

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

      Parameter:
      fieldConfigurationSchemeId - The ID of the field configuration scheme. If the field configuration scheme ID is null, the operation assigns the default field configuration scheme.
      projectId - The ID of the project.
    • FieldConfigurationSchemeProjectAssociation

      protected FieldConfigurationSchemeProjectAssociation()
  • Methodendetails