Klasse UpdateScreenSchemeDetailsScreens

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

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

    • create

      protected String create
      The ID of the create screen. To remove the screen association, pass a null.
    • _default

      protected String _default
      The ID of the default screen. When specified, must include a screen ID as a default screen is required.
    • edit

      protected String edit
      The ID of the edit screen. To remove the screen association, pass a null.
    • view

      protected String view
      The ID of the view screen. To remove the screen association, pass a null.
  • Konstruktordetails

    • UpdateScreenSchemeDetailsScreens

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

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

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

      Parameter:
      create - The ID of the create screen. To remove the screen association, pass a null.
      _default - The ID of the default screen. When specified, must include a screen ID as a default screen is required.
      edit - The ID of the edit screen. To remove the screen association, pass a null.
      view - The ID of the view screen. To remove the screen association, pass a null.
    • UpdateScreenSchemeDetailsScreens

      protected UpdateScreenSchemeDetailsScreens()
  • Methodendetails

    • builder

    • create

      public String create()
      The ID of the create screen. To remove the screen association, pass a null.
    • _default

      public String _default()
      The ID of the default screen. When specified, must include a screen ID as a default screen is required.
    • edit

      public String edit()
      The ID of the edit screen. To remove the screen association, pass a null.
    • view

      public String view()
      The ID of the view screen. To remove the screen association, pass a null.
    • create

      public UpdateScreenSchemeDetailsScreens create(String create)
      The ID of the create screen. To remove the screen association, pass a null.
      Gibt zurück:
      this.
    • _default

      public UpdateScreenSchemeDetailsScreens _default(String _default)
      The ID of the default screen. When specified, must include a screen ID as a default screen is required.
      Gibt zurück:
      this.
    • edit

      The ID of the edit screen. To remove the screen association, pass a null.
      Gibt zurück:
      this.
    • view

      The ID of the view screen. To remove the screen association, pass a null.
      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