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

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

    • description

      protected String description
      The description of the screen.
    • id

      protected Long id
      The ID of the screen.
    • name

      protected String name
      The name of the screen.
    • scope

      protected Scope scope
  • Constructor Details

    • Screen

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

      @Internal public Screen(String description, Long id, String name, Scope scope)
      Constructs a validated instance of Screen.

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

      Parameters:
      description - The description of the screen.
      id - The ID of the screen.
      name - The name of the screen.
      scope - scope
    • Screen

      protected Screen()
  • Method Details

    • builder

      public static Screen.ScreenBuilder builder()
    • description

      public String description()
      The description of the screen.
    • id

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

      public String name()
      The name of the screen.
    • scope

      public Scope scope()
    • description

      public Screen description(String description)
      The description of the screen.
      Returns:
      this.
    • id

      public Screen id(Long id)
      The ID of the screen.
      Returns:
      this.
    • name

      public Screen name(String name)
      The name of the screen.
      Returns:
      this.
    • scope

      public Screen scope(Scope scope)
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object