Klasse UpdateIssueSecurityLevelDetails

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

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

    • description

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

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

    • UpdateIssueSecurityLevelDetails

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

      @Internal public UpdateIssueSecurityLevelDetails(String description, String name)
      Constructs a validated instance of UpdateIssueSecurityLevelDetails.

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

      Parameter:
      description - The description of the issue security scheme level.
      name - The name of the issue security scheme level. Must be unique.
    • UpdateIssueSecurityLevelDetails

      protected UpdateIssueSecurityLevelDetails()
  • Methodendetails