Class CustomFieldCreatedContextOptionsList
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldCreatedContextOptionsList
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldCreatedContextOptionsList
extends Object
CustomFieldCreatedContextOptionsList
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CustomFieldContextOption>
The created custom field options. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofCustomFieldCreatedContextOptionsList
.Constructs a validated instance ofCustomFieldCreatedContextOptionsList
. -
Method Summary
-
Field Details
-
options
The created custom field options.
-
-
Constructor Details
-
CustomFieldCreatedContextOptionsList
Constructs a validated instance ofCustomFieldCreatedContextOptionsList
.- Parameters:
spec
- the specification to process
-
CustomFieldCreatedContextOptionsList
Constructs a validated instance ofCustomFieldCreatedContextOptionsList
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldCreatedContextOptionsList(Consumer)
instead.- Parameters:
options
- The created custom field options.
-
CustomFieldCreatedContextOptionsList
protected CustomFieldCreatedContextOptionsList()
-
-
Method Details
-
builder
public static CustomFieldCreatedContextOptionsList.CustomFieldCreatedContextOptionsListBuilder builder() -
options
The created custom field options. -
options
The created custom field options.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-