Klasse ScreenableTab

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ScreenableTab extends Object
ScreenableTab
  • 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

    • ScreenableTab

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

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

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

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

      protected ScreenableTab()
  • Methodendetails

    • builder

      public static ScreenableTab.ScreenableTabBuilder builder()
    • id

      public Long id()
      The ID of the screen tab.
    • name

      public String name()
      The name of the screen tab. The maximum length is 255 characters.
    • id

      public ScreenableTab id(Long id)
      The ID of the screen tab.
      Gibt zurück:
      this.
    • name

      public ScreenableTab name(String name)
      The name of the screen tab. The maximum length is 255 characters.
      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