Class ProjectIdentifiers

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

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

    • id

      protected Long id
      The ID of the created project.
    • key

      protected String key
      The key of the created project.
    • self

      protected URI self
      The URL of the created project.
  • Constructor Details

    • ProjectIdentifiers

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

      @Internal public ProjectIdentifiers(Long id, String key, URI self)
      Constructs a validated instance of ProjectIdentifiers.

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

      Parameters:
      id - The ID of the created project.
      key - The key of the created project.
      self - The URL of the created project.
    • ProjectIdentifiers

      protected ProjectIdentifiers()
  • Method Details