Klasse FieldLastUsed
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldLastUsed
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldLastUsed
extends Object
FieldLastUsed
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumLast used value type: * *TRACKED*: field is tracked and a last used date is available. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected FieldLastUsed.TypeEnumLast used value type: * *TRACKED*: field is tracked and a last used date is available.protected OffsetDateTimeThe date when the value of the field last changed. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedFieldLastUsed(FieldLastUsed.TypeEnum type, OffsetDateTime value) Constructs a validated instance ofFieldLastUsed.FieldLastUsed(Consumer<FieldLastUsed> spec) Constructs a validated instance ofFieldLastUsed. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()toString()type()Last used value type: * *TRACKED*: field is tracked and a last used date is available.type(FieldLastUsed.TypeEnum type) Last used value type: * *TRACKED*: field is tracked and a last used date is available.value()The date when the value of the field last changed.value(OffsetDateTime value) The date when the value of the field last changed.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
FieldLastUsed
Constructs a validated instance ofFieldLastUsed.- Parameter:
spec- the specification to process
-
FieldLastUsed
Constructs a validated instance ofFieldLastUsed.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
-
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. -
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
The date when the value of the field last changed.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-