Klasse ProjectScopeBean

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

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

    • attributes

      protected Set<ProjectScopeBean.AttributesEnum> attributes
      Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default.
    • id

      protected Long id
      The ID of the project that the option's behavior applies to.
  • Konstruktordetails

    • ProjectScopeBean

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

      @Internal public ProjectScopeBean(Set<ProjectScopeBean.AttributesEnum> attributes, Long id)
      Constructs a validated instance of ProjectScopeBean.

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

      Parameter:
      attributes - Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default.
      id - The ID of the project that the option's behavior applies to.
    • ProjectScopeBean

      protected ProjectScopeBean()
  • Methodendetails

    • builder

    • attributes

      public Set<ProjectScopeBean.AttributesEnum> attributes()
      Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default.
    • id

      public Long id()
      The ID of the project that the option's behavior applies to.
    • attributes

      public ProjectScopeBean attributes(Set<ProjectScopeBean.AttributesEnum> attributes)
      Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default.
      Gibt zurück:
      this.
    • id

      public ProjectScopeBean id(Long id)
      The ID of the project that the option's behavior applies to.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object