Class ProjectId

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

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

    • id

      protected String id
      The ID of the project.
  • Constructor Details

    • ProjectId

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

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

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

      Parameters:
      id - The ID of the project.
    • ProjectId

      protected ProjectId()
  • Method Details