Klasse CustomFieldContextDefaultValueDate
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldContextDefaultValueDate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueDate
extends Object
CustomFieldContextDefaultValueDate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CustomFieldContextDefaultValueDate
(String date, String type, Boolean useCurrent) Constructs a validated instance ofCustomFieldContextDefaultValueDate
.Constructs a validated instance ofCustomFieldContextDefaultValueDate
. -
Methodenübersicht
-
Felddetails
-
date
The default date in ISO format. Ignored ifuseCurrent
is true. -
type
-
useCurrent
Whether to use the current date.
-
-
Konstruktordetails
-
CustomFieldContextDefaultValueDate
Constructs a validated instance ofCustomFieldContextDefaultValueDate
.- Parameter:
spec
- the specification to process
-
CustomFieldContextDefaultValueDate
Constructs a validated instance ofCustomFieldContextDefaultValueDate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextDefaultValueDate(Consumer)
instead.- Parameter:
date
- The default date in ISO format. Ignored ifuseCurrent
is true.type
- typeuseCurrent
- Whether to use the current date.
-
CustomFieldContextDefaultValueDate
protected CustomFieldContextDefaultValueDate()
-
-
Methodendetails
-
builder
public static CustomFieldContextDefaultValueDate.CustomFieldContextDefaultValueDateBuilder builder() -
date
The default date in ISO format. Ignored ifuseCurrent
is true. -
type
-
useCurrent
Whether to use the current date. -
date
The default date 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
-