Klasse CustomFieldContextUpdateDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldContextUpdateDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextUpdateDetails
extends Object
CustomFieldContextUpdateDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CustomFieldContextUpdateDetails
(String description, String name) Constructs a validated instance ofCustomFieldContextUpdateDetails
.Constructs a validated instance ofCustomFieldContextUpdateDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
CustomFieldContextUpdateDetails
Constructs a validated instance ofCustomFieldContextUpdateDetails
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
name
The name of the custom field context. The name must be unique. The maximum length is 255 characters.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-