Klasse UpdateScreenSchemeDetails

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

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

    • description

      protected String description
      The description of the screen scheme. The maximum length is 255 characters.
    • name

      protected String name
      The name of the screen scheme. The name must be unique. The maximum length is 255 characters.
    • screens

      protected UpdateScreenTypes screens
  • Konstruktordetails

    • UpdateScreenSchemeDetails

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

      @Internal public UpdateScreenSchemeDetails(String description, String name, UpdateScreenTypes screens)
      Constructs a validated instance of UpdateScreenSchemeDetails.

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

      Parameter:
      description - The description of the screen scheme. The maximum length is 255 characters.
      name - The name of the screen scheme. The name must be unique. The maximum length is 255 characters.
      screens - screens
    • UpdateScreenSchemeDetails

      protected UpdateScreenSchemeDetails()
  • Methodendetails