Klasse DashboardGadget

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

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

    • color

      protected DashboardGadget.ColorEnum color
      The color of the gadget. Should be one of blue, red, yellow, green, cyan, purple, gray, or white.
    • id

      protected Long id
      The ID of the gadget instance.
    • moduleKey

      protected String moduleKey
      The module key of the gadget type.
    • position

      protected DashboardGadgetPosition position
    • title

      protected String title
      The title of the gadget.
    • uri

      protected String uri
      The URI of the gadget type.
  • Konstruktordetails

    • DashboardGadget

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

      @Internal public DashboardGadget(DashboardGadget.ColorEnum color, Long id, String moduleKey, DashboardGadgetPosition position, String title, String uri)
      Constructs a validated instance of DashboardGadget.

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

      Parameter:
      color - The color of the gadget. Should be one of blue, red, yellow, green, cyan, purple, gray, or white.
      id - The ID of the gadget instance.
      moduleKey - The module key of the gadget type.
      position - var.name
      title - The title of the gadget.
      uri - The URI of the gadget type.
    • DashboardGadget

      protected DashboardGadget()
  • Methodendetails