Klasse ScreenSchemeScreens

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

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

    • create

      protected Long create
      The ID of the create screen.
    • _default

      protected Long _default
      The ID of the default screen. Required when creating a screen scheme.
    • edit

      protected Long edit
      The ID of the edit screen.
    • view

      protected Long view
      The ID of the view screen.
  • Konstruktordetails

    • ScreenSchemeScreens

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

      @Internal public ScreenSchemeScreens(Long create, Long _default, Long edit, Long view)
      Constructs a validated instance of ScreenSchemeScreens.

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

      Parameter:
      create - The ID of the create screen.
      _default - The ID of the default screen. Required when creating a screen scheme.
      edit - The ID of the edit screen.
      view - The ID of the view screen.
    • ScreenSchemeScreens

      protected ScreenSchemeScreens()
  • Methodendetails

    • builder

    • create

      public Long create()
      The ID of the create screen.
    • _default

      public Long _default()
      The ID of the default screen. Required when creating a screen scheme.
    • edit

      public Long edit()
      The ID of the edit screen.
    • view

      public Long view()
      The ID of the view screen.
    • create

      public ScreenSchemeScreens create(Long create)
      The ID of the create screen.
      Gibt zurück:
      this.
    • _default

      public ScreenSchemeScreens _default(Long _default)
      The ID of the default screen. Required when creating a screen scheme.
      Gibt zurück:
      this.
    • edit

      public ScreenSchemeScreens edit(Long edit)
      The ID of the edit screen.
      Gibt zurück:
      this.
    • view

      public ScreenSchemeScreens view(Long view)
      The ID of the view screen.
      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