Klasse SecuritySchemeLevelBean

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

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

    • description

      protected String description
      The description of the issue security scheme level.
    • isDefault

      protected Boolean isDefault
      Specifies whether the level is the default level. False by default.
    • members

      protected List<SecuritySchemeLevelMemberBean> members
      The list of level members which should be added to the issue security scheme level.
    • name

      protected String name
      The name of the issue security scheme level. Must be unique.
  • Konstruktordetails

    • SecuritySchemeLevelBean

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

      @Internal public SecuritySchemeLevelBean(String description, Boolean isDefault, List<SecuritySchemeLevelMemberBean> members, String name)
      Constructs a validated instance of SecuritySchemeLevelBean.

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

      Parameter:
      description - The description of the issue security scheme level.
      isDefault - Specifies whether the level is the default level. False by default.
      members - The list of level members which should be added to the issue security scheme level.
      name - The name of the issue security scheme level. Must be unique.
    • SecuritySchemeLevelBean

      protected SecuritySchemeLevelBean()
  • Methodendetails