Klasse CustomFieldContextProjectMapping
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextProjectMapping
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextProjectMapping
extends Object
CustomFieldContextProjectMapping
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CustomFieldContextProjectMapping
(String contextId, Boolean isGlobalContext, String projectId) Constructs a validated instance ofCustomFieldContextProjectMapping
.Constructs a validated instance ofCustomFieldContextProjectMapping
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The ID of the context.The ID of the context.boolean
int
hashCode()
Whether context is global.isGlobalContext
(Boolean isGlobalContext) Whether context is global.The ID of the project.The ID of the project.toString()
-
Felddetails
-
contextId
The ID of the context. -
isGlobalContext
Whether context is global. -
projectId
The ID of the project.
-
-
Konstruktordetails
-
CustomFieldContextProjectMapping
Constructs a validated instance ofCustomFieldContextProjectMapping
.- Parameter:
spec
- the specification to process
-
CustomFieldContextProjectMapping
@Internal public CustomFieldContextProjectMapping(String contextId, Boolean isGlobalContext, String projectId) Constructs a validated instance ofCustomFieldContextProjectMapping
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextProjectMapping(Consumer)
instead.- Parameter:
contextId
- The ID of the context.isGlobalContext
- Whether context is global.projectId
- The ID of the project.
-
CustomFieldContextProjectMapping
protected CustomFieldContextProjectMapping()
-
-
Methodendetails
-
builder
-
contextId
The ID of the context. -
isGlobalContext
Whether context is global. -
projectId
The ID of the project. -
contextId
The ID of the context.- Gibt zurück:
this
.
-
isGlobalContext
Whether context is global.- Gibt zurück:
this
.
-
projectId
The ID of the project.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-