Klasse ScreenWithTab

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

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

    • description

      protected String description
      The description of the screen.
    • id

      protected Long id
      The ID of the screen.
    • name

      protected String name
      The name of the screen.
    • scope

      protected ScreenScope scope
    • tab

      protected ScreenWithTabTab tab
  • Konstruktordetails

    • ScreenWithTab

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

      @Internal public ScreenWithTab(String description, Long id, String name, ScreenScope scope, ScreenWithTabTab tab)
      Constructs a validated instance of ScreenWithTab.

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

      Parameter:
      description - The description of the screen.
      id - The ID of the screen.
      name - The name of the screen.
      scope - var.name
      tab - var.name
    • ScreenWithTab

      protected ScreenWithTab()
  • Methodendetails