Klasse ScreenWithTabTab

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

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

    • id

      protected Long id
      The ID of the screen tab.
    • name

      protected String name
      The name of the screen tab. The maximum length is 255 characters.
  • Konstruktordetails

    • ScreenWithTabTab

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

      @Internal public ScreenWithTabTab(Long id, String name)
      Constructs a validated instance of ScreenWithTabTab.

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

      Parameter:
      id - The ID of the screen tab.
      name - The name of the screen tab. The maximum length is 255 characters.
    • ScreenWithTabTab

      protected ScreenWithTabTab()
  • Methodendetails