Klasse ProjectIds

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

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

    • projectIds

      protected List<String> projectIds
      The IDs of projects.
  • Konstruktordetails

    • ProjectIds

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

      @Internal public ProjectIds(List<String> projectIds)
      Constructs a validated instance of ProjectIds.

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

      Parameter:
      projectIds - The IDs of projects.
    • ProjectIds

      protected ProjectIds()
  • Methodendetails