Klasse AvailableDashboardGadget

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

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

    • moduleKey

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

      protected String title
      The title of the gadget.
    • uri

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

    • AvailableDashboardGadget

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

      @Internal public AvailableDashboardGadget(String moduleKey, String title, String uri)
      Constructs a validated instance of AvailableDashboardGadget.

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

      Parameter:
      moduleKey - The module key of the gadget type.
      title - The title of the gadget.
      uri - The URI of the gadget type.
    • AvailableDashboardGadget

      protected AvailableDashboardGadget()
  • Methodendetails