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