Klasse CustomFieldContext
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldContext
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContext
extends Object
CustomFieldContext
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CustomFieldContext
(String description, String id, Boolean isAnyIssueType, Boolean isGlobalContext, String name) Constructs a validated instance ofCustomFieldContext
.Constructs a validated instance ofCustomFieldContext
. -
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.Whether the context apply to all issue types.isAnyIssueType
(Boolean isAnyIssueType) Whether the context apply to all issue types.Whether the context is global.isGlobalContext
(Boolean isGlobalContext) Whether the context is global.name()
The name of the context.The name of the context.toString()
-
Felddetails
-
description
The description of the context. -
id
The ID of the context. -
isAnyIssueType
Whether the context apply to all issue types. -
isGlobalContext
Whether the context is global. -
name
The name of the context.
-
-
Konstruktordetails
-
CustomFieldContext
Constructs a validated instance ofCustomFieldContext
.- Parameter:
spec
- the specification to process
-
CustomFieldContext
@Internal public CustomFieldContext(String description, String id, Boolean isAnyIssueType, Boolean isGlobalContext, String name) Constructs a validated instance ofCustomFieldContext
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContext(Consumer)
instead.- Parameter:
description
- The description of the context.id
- The ID of the context.isAnyIssueType
- Whether the context apply to all issue types.isGlobalContext
- Whether the context is global.name
- The name of the context.
-
CustomFieldContext
protected CustomFieldContext()
-
-
Methodendetails
-
builder
-
description
The description of the context. -
id
The ID of the context. -
isAnyIssueType
Whether the context apply to all issue types. -
isGlobalContext
Whether the context is global. -
name
The name of the context. -
description
The description of the context.- Gibt zurück:
this
.
-
id
The ID of the context.- Gibt zurück:
this
.
-
isAnyIssueType
Whether the context apply to all issue types.- Gibt zurück:
this
.
-
isGlobalContext
Whether the context is global.- Gibt zurück:
this
.
-
name
The name of the context.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-