Klasse UpdateFieldConfigurationSchemeDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.UpdateFieldConfigurationSchemeDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateFieldConfigurationSchemeDetails
extends Object
UpdateFieldConfigurationSchemeDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateFieldConfigurationSchemeDetails(String description, String name) Constructs a validated instance ofUpdateFieldConfigurationSchemeDetails.Constructs a validated instance ofUpdateFieldConfigurationSchemeDetails. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanThe description of the field configuration scheme.description(String description) The description of the field configuration scheme.booleaninthashCode()name()The name of the field configuration scheme.The name of the field configuration scheme.toString()
-
Felddetails
-
description
The description of the field configuration scheme. -
name
The name of the field configuration scheme. The name must be unique.
-
-
Konstruktordetails
-
UpdateFieldConfigurationSchemeDetails
Constructs a validated instance ofUpdateFieldConfigurationSchemeDetails.- Parameter:
spec- the specification to process
-
UpdateFieldConfigurationSchemeDetails
Constructs a validated instance ofUpdateFieldConfigurationSchemeDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateFieldConfigurationSchemeDetails(Consumer)instead.- Parameter:
description- The description of the field configuration scheme.name- The name of the field configuration scheme. The name must be unique.
-
UpdateFieldConfigurationSchemeDetails
protected UpdateFieldConfigurationSchemeDetails()
-
-
Methodendetails
-
builder
public static UpdateFieldConfigurationSchemeDetails.UpdateFieldConfigurationSchemeDetailsBuilder builder() -
description
The description of the field configuration scheme. -
name
The name of the field configuration scheme. The name must be unique. -
description
The description of the field configuration scheme.- Gibt zurück:
this.
-
name
The name of the field configuration scheme. The name must be unique.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-