Class SecuritySchemeId

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class SecuritySchemeId extends Object
SecuritySchemeId
  • Field Details

    • id

      protected String id
      The ID of the issue security scheme.
  • Constructor Details

    • SecuritySchemeId

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

      @Internal public SecuritySchemeId(String id)
      Constructs a validated instance of SecuritySchemeId.

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

      Parameters:
      id - The ID of the issue security scheme.
    • SecuritySchemeId

      protected SecuritySchemeId()
  • Method Details