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