Klasse ScreenableField

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

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

    • id

      protected String id
      The ID of the screen tab field.
    • name

      protected String name
      The name of the screen tab field. Required on create and update. The maximum length is 255 characters.
  • Konstruktordetails

    • ScreenableField

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

      @Internal public ScreenableField(String id, String name)
      Constructs a validated instance of ScreenableField.

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

      Parameter:
      id - The ID of the screen tab field.
      name - The name of the screen tab field. Required on create and update. The maximum length is 255 characters.
    • ScreenableField

      protected ScreenableField()
  • Methodendetails

    • builder

      public static ScreenableField.ScreenableFieldBuilder builder()
    • id

      public String id()
      The ID of the screen tab field.
    • name

      public String name()
      The name of the screen tab field. Required on create and update. The maximum length is 255 characters.
    • id

      public ScreenableField id(String id)
      The ID of the screen tab field.
      Gibt zurück:
      this.
    • name

      public ScreenableField name(String name)
      The name of the screen tab field. Required on create and update. The maximum length is 255 characters.
      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