Class CustomFieldContextDefaultValueForgeDateTimeField
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextDefaultValueForgeDateTimeField
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueForgeDateTimeField
extends Object
CustomFieldContextDefaultValueForgeDateTimeField
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCustomFieldContextDefaultValueForgeDateTimeField(String contextId, String dateTime, String type, Boolean useCurrent) Constructs a validated instance ofCustomFieldContextDefaultValueForgeDateTimeField.CustomFieldContextDefaultValueForgeDateTimeField(Consumer<CustomFieldContextDefaultValueForgeDateTimeField> spec) Constructs a validated instance ofCustomFieldContextDefaultValueForgeDateTimeField. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanThe ID of the context.The ID of the context.dateTime()The default date-time in ISO format.The default date-time in ISO format.booleaninthashCode()toString()type()Whether to use the current date.useCurrent(Boolean useCurrent) Whether to use the current date.
-
Field Details
-
contextId
The ID of the context. -
dateTime
The default date-time in ISO format. Ignored ifuseCurrentis true. -
type
-
useCurrent
Whether to use the current date.
-
-
Constructor Details
-
CustomFieldContextDefaultValueForgeDateTimeField
public CustomFieldContextDefaultValueForgeDateTimeField(Consumer<CustomFieldContextDefaultValueForgeDateTimeField> spec) Constructs a validated instance ofCustomFieldContextDefaultValueForgeDateTimeField.- Parameters:
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.- Parameters:
contextId- The ID of the context.dateTime- The default date-time in ISO format. Ignored ifuseCurrentis true.type- typeuseCurrent- Whether to use the current date.
-
CustomFieldContextDefaultValueForgeDateTimeField
protected CustomFieldContextDefaultValueForgeDateTimeField()
-
-
Method Details
-
builder
-
contextId
The ID of the context. -
dateTime
The default date-time in ISO format. Ignored ifuseCurrentis true. -
type
-
useCurrent
Whether to use the current date. -
contextId
The ID of the context.- Returns:
this.
-
dateTime
The default date-time in ISO format. Ignored ifuseCurrentis true.- Returns:
this.
-
type
- Returns:
this.
-
useCurrent
Whether to use the current date.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-