Class CustomFieldContextUpdateDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextUpdateDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextUpdateDetails
extends Object
CustomFieldContextUpdateDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CustomFieldContextUpdateDetails
(String description, String name) Constructs a validated instance ofCustomFieldContextUpdateDetails
.Constructs a validated instance ofCustomFieldContextUpdateDetails
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The description of the custom field context.description
(String description) The description of the custom field context.boolean
int
hashCode()
name()
The name of the custom field context.The name of the custom field context.toString()
-
Field Details
-
description
The description of the custom field context. The maximum length is 255 characters. -
name
The name of the custom field context. The name must be unique. The maximum length is 255 characters.
-
-
Constructor Details
-
CustomFieldContextUpdateDetails
Constructs a validated instance ofCustomFieldContextUpdateDetails
.- Parameters:
spec
- the specification to process
-
CustomFieldContextUpdateDetails
Constructs a validated instance ofCustomFieldContextUpdateDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextUpdateDetails(Consumer)
instead.- Parameters:
description
- The description of the custom field context. The maximum length is 255 characters.name
- The name of the custom field context. The name must be unique. The maximum length is 255 characters.
-
CustomFieldContextUpdateDetails
protected CustomFieldContextUpdateDetails()
-
-
Method Details
-
builder
-
description
The description of the custom field context. The maximum length is 255 characters. -
name
The name of the custom field context. The name must be unique. The maximum length is 255 characters. -
description
The description of the custom field context. The maximum length is 255 characters.- Returns:
this
.
-
name
The name of the custom field context. The name must be unique. The maximum length is 255 characters.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-