Klasse FieldLastUsed

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

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

    • type

      protected FieldLastUsed.TypeEnum type
      Last used value type: * *TRACKED*: field is tracked and a last used date is available. * *NOT\\_TRACKED*: field is not tracked, last used date is not available. * *NO\\_INFORMATION*: field is tracked, but no last used date is available.
    • value

      protected OffsetDateTime value
      The date when the value of the field last changed.
  • Konstruktordetails

    • FieldLastUsed

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

      @Internal public FieldLastUsed(FieldLastUsed.TypeEnum type, OffsetDateTime value)
      Constructs a validated instance of FieldLastUsed.

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

      Parameter:
      type - Last used value type: * *TRACKED*: field is tracked and a last used date is available. * *NOT\\_TRACKED*: field is not tracked, last used date is not available. * *NO\\_INFORMATION*: field is tracked, but no last used date is available.
      value - The date when the value of the field last changed.
    • FieldLastUsed

      protected FieldLastUsed()
  • Methodendetails

    • builder

      public static FieldLastUsed.FieldLastUsedBuilder builder()
    • type

      public FieldLastUsed.TypeEnum type()
      Last used value type: * *TRACKED*: field is tracked and a last used date is available. * *NOT\\_TRACKED*: field is not tracked, last used date is not available. * *NO\\_INFORMATION*: field is tracked, but no last used date is available.
    • value

      public OffsetDateTime value()
      The date when the value of the field last changed.
    • type

      Last used value type: * *TRACKED*: field is tracked and a last used date is available. * *NOT\\_TRACKED*: field is not tracked, last used date is not available. * *NO\\_INFORMATION*: field is tracked, but no last used date is available.
      Gibt zurück:
      this.
    • value

      public FieldLastUsed value(OffsetDateTime value)
      The date when the value of the field last changed.
      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