Klasse DashboardGadgetSettings

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

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

    • color

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

      protected Boolean ignoreUriAndModuleKeyValidation
      Whether to ignore the validation of module key and URI. For example, when a gadget is created that is a part of an application that isn't installed.
    • moduleKey

      protected String moduleKey
      The module key of the gadget type. Can't be provided with uri.
    • position

      protected DashboardGadgetSettingsPosition position
    • title

      protected String title
      The title of the gadget.
    • uri

      protected String uri
      The URI of the gadget type. Can't be provided with moduleKey.
  • Konstruktordetails

    • DashboardGadgetSettings

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

      @Internal public DashboardGadgetSettings(String color, Boolean ignoreUriAndModuleKeyValidation, String moduleKey, DashboardGadgetSettingsPosition position, String title, String uri)
      Constructs a validated instance of DashboardGadgetSettings.

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

      Parameter:
      color - The color of the gadget. Should be one of blue, red, yellow, green, cyan, purple, gray, or white.
      ignoreUriAndModuleKeyValidation - Whether to ignore the validation of module key and URI. For example, when a gadget is created that is a part of an application that isn't installed.
      moduleKey - The module key of the gadget type. Can't be provided with uri.
      position - var.name
      title - The title of the gadget.
      uri - The URI of the gadget type. Can't be provided with moduleKey.
    • DashboardGadgetSettings

      protected DashboardGadgetSettings()
  • Methodendetails

    • builder

    • color

      public String color()
      The color of the gadget. Should be one of blue, red, yellow, green, cyan, purple, gray, or white.
    • ignoreUriAndModuleKeyValidation

      public Boolean ignoreUriAndModuleKeyValidation()
      Whether to ignore the validation of module key and URI. For example, when a gadget is created that is a part of an application that isn't installed.
    • moduleKey

      public String moduleKey()
      The module key of the gadget type. Can't be provided with uri.
    • position

    • title

      public String title()
      The title of the gadget.
    • uri

      public String uri()
      The URI of the gadget type. Can't be provided with moduleKey.
    • color

      public DashboardGadgetSettings color(String color)
      The color of the gadget. Should be one of blue, red, yellow, green, cyan, purple, gray, or white.
      Gibt zurück:
      this.
    • ignoreUriAndModuleKeyValidation

      public DashboardGadgetSettings ignoreUriAndModuleKeyValidation(Boolean ignoreUriAndModuleKeyValidation)
      Whether to ignore the validation of module key and URI. For example, when a gadget is created that is a part of an application that isn't installed.
      Gibt zurück:
      this.
    • moduleKey

      public DashboardGadgetSettings moduleKey(String moduleKey)
      The module key of the gadget type. Can't be provided with uri.
      Gibt zurück:
      this.
    • position

      Gibt zurück:
      this.
    • title

      public DashboardGadgetSettings title(String title)
      The title of the gadget.
      Gibt zurück:
      this.
    • uri

      public DashboardGadgetSettings uri(String uri)
      The URI of the gadget type. Can't be provided with moduleKey.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object