Class SecuritySchemeWithProjects

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

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

    • defaultLevel

      protected Long defaultLevel
      The default level ID of the issue security scheme.
    • description

      protected String description
      The description of the issue security scheme.
    • id

      protected Long id
      The ID of the issue security scheme.
    • name

      protected String name
      The name of the issue security scheme.
    • projectIds

      protected Set<Long> projectIds
      The list of project IDs associated with the issue security scheme.
    • self

      protected String self
      The URL of the issue security scheme.
  • Constructor Details

    • SecuritySchemeWithProjects

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

      @Internal public SecuritySchemeWithProjects(Long defaultLevel, String description, Long id, String name, Set<Long> projectIds, String self)
      Constructs a validated instance of SecuritySchemeWithProjects.

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

      Parameters:
      defaultLevel - The default level ID of the issue security scheme.
      description - The description of the issue security scheme.
      id - The ID of the issue security scheme.
      name - The name of the issue security scheme.
      projectIds - The list of project IDs associated with the issue security scheme.
      self - The URL of the issue security scheme.
    • SecuritySchemeWithProjects

      protected SecuritySchemeWithProjects()
  • Method Details