Class CustomFieldContextDefaultValueReadOnly
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldContextDefaultValueReadOnly
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueReadOnly
extends Object
CustomFieldContextDefaultValueReadOnly
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCustomFieldContextDefaultValueReadOnly(String text, String type) Constructs a validated instance ofCustomFieldContextDefaultValueReadOnly.Constructs a validated instance ofCustomFieldContextDefaultValueReadOnly. -
Method Summary
-
Field Details
-
text
The default text. The maximum length is 255 characters. -
type
-
-
Constructor Details
-
CustomFieldContextDefaultValueReadOnly
public CustomFieldContextDefaultValueReadOnly(Consumer<CustomFieldContextDefaultValueReadOnly> spec) Constructs a validated instance ofCustomFieldContextDefaultValueReadOnly.- Parameters:
spec- the specification to process
-
CustomFieldContextDefaultValueReadOnly
Constructs a validated instance ofCustomFieldContextDefaultValueReadOnly.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextDefaultValueReadOnly(Consumer)instead.- Parameters:
text- The default text. The maximum length is 255 characters.type- type
-
CustomFieldContextDefaultValueReadOnly
protected CustomFieldContextDefaultValueReadOnly()
-
-
Method Details
-
builder
public static CustomFieldContextDefaultValueReadOnly.CustomFieldContextDefaultValueReadOnlyBuilder builder() -
text
The default text. The maximum length is 255 characters. -
type
-
text
The default text. The maximum length is 255 characters.- Returns:
this.
-
type
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-