Klasse SecuritySchemeId

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

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

    • id

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

    • SecuritySchemeId

      public SecuritySchemeId(Consumer<SecuritySchemeId> spec)
      Constructs a validated instance of SecuritySchemeId.
      Parameter:
      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.

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

      protected SecuritySchemeId()
  • Methodendetails