Class CustomFieldContext
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldContext
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContext
extends Object
CustomFieldContext
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCustomFieldContext(String description, String id, Boolean isAnyIssueType, Boolean isGlobalContext, String name) Constructs a validated instance ofCustomFieldContext.Constructs a validated instance ofCustomFieldContext. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanThe description of the context.description(String description) The description of the context.booleaninthashCode()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()
-
Field Details
-
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.
-
-
Constructor Details
-
CustomFieldContext
Constructs a validated instance ofCustomFieldContext.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
id
The ID of the context.- Returns:
this.
-
isAnyIssueType
Whether the context apply to all issue types.- Returns:
this.
-
isGlobalContext
Whether the context is global.- Returns:
this.
-
name
The name of the context.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-