Class CreateCustomFieldContext
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreateCustomFieldContext
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateCustomFieldContext
extends Object
CreateCustomFieldContext
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CreateCustomFieldContext
(String description, String id, List<String> issueTypeIds, String name, List<String> projectIds) Constructs a validated instance ofCreateCustomFieldContext
.Constructs a validated instance ofCreateCustomFieldContext
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The description of the context.description
(String description) The description of the context.boolean
int
hashCode()
id()
The ID of the context.The ID of the context.The list of issue types IDs for the context.issueTypeIds
(List<String> issueTypeIds) The list of issue types IDs for the context.name()
The name of the context.The name of the context.The list of project IDs associated with the context.projectIds
(List<String> projectIds) The list of project IDs associated with the context.toString()
-
Field Details
-
description
The description of the context. -
id
The ID of the context. -
issueTypeIds
The list of issue types IDs for the context. If the list is empty, the context refers to all issue types. -
name
The name of the context. -
projectIds
The list of project IDs associated with the context. If the list is empty, the context is global.
-
-
Constructor Details
-
CreateCustomFieldContext
Constructs a validated instance ofCreateCustomFieldContext
.- Parameters:
spec
- the specification to process
-
CreateCustomFieldContext
@Internal public CreateCustomFieldContext(String description, String id, List<String> issueTypeIds, String name, List<String> projectIds) Constructs a validated instance ofCreateCustomFieldContext
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateCustomFieldContext(Consumer)
instead.- Parameters:
description
- The description of the context.id
- The ID of the context.issueTypeIds
- The list of issue types IDs for the context. If the list is empty, the context refers to all issue types.name
- The name of the context.projectIds
- The list of project IDs associated with the context. If the list is empty, the context is global.
-
CreateCustomFieldContext
protected CreateCustomFieldContext()
-
-
Method Details
-
builder
-
description
The description of the context. -
id
The ID of the context. -
issueTypeIds
The list of issue types IDs for the context. If the list is empty, the context refers to all issue types. -
name
The name of the context. -
projectIds
The list of project IDs associated with the context. If the list is empty, the context is global. -
description
The description of the context.- Returns:
this
.
-
id
The ID of the context.- Returns:
this
.
-
issueTypeIds
The list of issue types IDs for the context. If the list is empty, the context refers to all issue types.- Returns:
this
.
-
name
The name of the context.- Returns:
this
.
-
projectIds
The list of project IDs associated with the context. If the list is empty, the context is global.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-