Klasse CustomFieldContextDefaultValueDateTime
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextDefaultValueDateTime
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueDateTime
extends Object
CustomFieldContextDefaultValueDateTime
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CustomFieldContextDefaultValueDateTime
(String dateTime, String type, Boolean useCurrent) Constructs a validated instance ofCustomFieldContextDefaultValueDateTime
.Constructs a validated instance ofCustomFieldContextDefaultValueDateTime
. -
Methodenübersicht
-
Felddetails
-
dateTime
The default date-time in ISO format. Ignored ifuseCurrent
is true. -
type
-
useCurrent
Whether to use the current date.
-
-
Konstruktordetails
-
CustomFieldContextDefaultValueDateTime
public CustomFieldContextDefaultValueDateTime(Consumer<CustomFieldContextDefaultValueDateTime> spec) Constructs a validated instance ofCustomFieldContextDefaultValueDateTime
.- Parameter:
spec
- the specification to process
-
CustomFieldContextDefaultValueDateTime
@Internal public CustomFieldContextDefaultValueDateTime(String dateTime, String type, Boolean useCurrent) Constructs a validated instance ofCustomFieldContextDefaultValueDateTime
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextDefaultValueDateTime(Consumer)
instead.- Parameter:
dateTime
- The default date-time in ISO format. Ignored ifuseCurrent
is true.type
- var.nameuseCurrent
- Whether to use the current date.
-
CustomFieldContextDefaultValueDateTime
protected CustomFieldContextDefaultValueDateTime()
-
-
Methodendetails
-
builder
public static CustomFieldContextDefaultValueDateTime.CustomFieldContextDefaultValueDateTimeBuilder builder() -
dateTime
The default date-time in ISO format. Ignored ifuseCurrent
is true. -
type
-
useCurrent
Whether to use the current date. -
dateTime
The default date-time in ISO format. Ignored ifuseCurrent
is true.- Gibt zurück:
this
.
-
type
- Gibt zurück:
this
.
-
useCurrent
Whether to use the current date.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-