Klasse GlobalScopeBean

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

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

    • attributes

      protected Set<GlobalScopeBean.AttributesEnum> attributes
      Defines the behavior of the option in the global context.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.
  • Konstruktordetails

    • GlobalScopeBean

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

      @Internal public GlobalScopeBean(Set<GlobalScopeBean.AttributesEnum> attributes)
      Constructs a validated instance of GlobalScopeBean.

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

      Parameter:
      attributes - Defines the behavior of the option in the global context.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.
    • GlobalScopeBean

      protected GlobalScopeBean()
  • Methodendetails

    • builder

      public static GlobalScopeBean.GlobalScopeBeanBuilder builder()
    • attributes

      public Set<GlobalScopeBean.AttributesEnum> attributes()
      Defines the behavior of the option in the global context.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.
    • attributes

      public GlobalScopeBean attributes(Set<GlobalScopeBean.AttributesEnum> attributes)
      Defines the behavior of the option in the global context.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.
    • 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