Class UpdateScreenSchemeDetailsScreens

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

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

    • 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.
  • Constructor Details

    • UpdateScreenSchemeDetailsScreens

      public UpdateScreenSchemeDetailsScreens(Consumer<UpdateScreenSchemeDetailsScreens> spec)
      Constructs a validated instance of UpdateScreenSchemeDetailsScreens.
      Parameters:
      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.

      Parameters:
      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()
  • Method Details