Class CustomFieldContextDefaultValueDate
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextDefaultValueDate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueDate
extends Object
CustomFieldContextDefaultValueDate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CustomFieldContextDefaultValueDate
(String date, String type, Boolean useCurrent) Constructs a validated instance ofCustomFieldContextDefaultValueDate
.Constructs a validated instance ofCustomFieldContextDefaultValueDate
. -
Method Summary
-
Field Details
-
date
The default date in ISO format. Ignored ifuseCurrent
is true. -
type
-
useCurrent
Whether to use the current date.
-
-
Constructor Details
-
CustomFieldContextDefaultValueDate
Constructs a validated instance ofCustomFieldContextDefaultValueDate
.- Parameters:
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.- Parameters:
date
- The default date in ISO format. Ignored ifuseCurrent
is true.type
- typeuseCurrent
- Whether to use the current date.
-
CustomFieldContextDefaultValueDate
protected CustomFieldContextDefaultValueDate()
-
-
Method Details
-
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.- Returns:
this
.
-
type
- Returns:
this
.
-
useCurrent
Whether to use the current date.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-