Klasse SecurityLevelMember

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

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

    • holder

      protected SecurityLevelMemberHolder holder
    • id

      protected String id
      The ID of the issue security level member.
    • issueSecurityLevelId

      protected String issueSecurityLevelId
      The ID of the issue security level.
    • issueSecuritySchemeId

      protected String issueSecuritySchemeId
      The ID of the issue security scheme.
  • Konstruktordetails

    • SecurityLevelMember

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

      @Internal public SecurityLevelMember(SecurityLevelMemberHolder holder, String id, String issueSecurityLevelId, String issueSecuritySchemeId)
      Constructs a validated instance of SecurityLevelMember.

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

      Parameter:
      holder - var.name
      id - The ID of the issue security level member.
      issueSecurityLevelId - The ID of the issue security level.
      issueSecuritySchemeId - The ID of the issue security scheme.
    • SecurityLevelMember

      protected SecurityLevelMember()
  • Methodendetails