Klasse CreateCustomFieldContext
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreateCustomFieldContext
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateCustomFieldContext
extends Object
CreateCustomFieldContext
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CreateCustomFieldContext
(String description, String id, List<String> issueTypeIds, String name, List<String> projectIds) Constructs a validated instance ofCreateCustomFieldContext
.Constructs a validated instance ofCreateCustomFieldContext
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
CreateCustomFieldContext
Constructs a validated instance ofCreateCustomFieldContext
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
id
The ID of the context.- Gibt zurück:
this
.
-
issueTypeIds
The list of issue types IDs for the context. If the list is empty, the context refers to all issue types.- Gibt zurück:
this
.
-
name
The name of the context.- Gibt zurück:
this
.
-
projectIds
The list of project IDs associated with the context. If the list is empty, the context is global.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-