Class CustomFieldContextProjectMapping
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextProjectMapping
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextProjectMapping
extends Object
CustomFieldContextProjectMapping
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CustomFieldContextProjectMapping
(String contextId, Boolean isGlobalContext, String projectId) Constructs a validated instance ofCustomFieldContextProjectMapping
.Constructs a validated instance ofCustomFieldContextProjectMapping
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
contextId
The ID of the context. -
isGlobalContext
Whether context is global. -
projectId
The ID of the project.
-
-
Constructor Details
-
CustomFieldContextProjectMapping
Constructs a validated instance ofCustomFieldContextProjectMapping
.- Parameters:
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.- Parameters:
contextId
- The ID of the context.isGlobalContext
- Whether context is global.projectId
- The ID of the project.
-
CustomFieldContextProjectMapping
protected CustomFieldContextProjectMapping()
-
-
Method Details
-
builder
-
contextId
The ID of the context. -
isGlobalContext
Whether context is global. -
projectId
The ID of the project. -
contextId
The ID of the context.- Returns:
this
.
-
isGlobalContext
Whether context is global.- Returns:
this
.
-
projectId
The ID of the project.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-