Class UpdateFieldConfigurationSchemeDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.UpdateFieldConfigurationSchemeDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateFieldConfigurationSchemeDetails
extends Object
UpdateFieldConfigurationSchemeDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUpdateFieldConfigurationSchemeDetails(String description, String name) Constructs a validated instance ofUpdateFieldConfigurationSchemeDetails.Constructs a validated instance ofUpdateFieldConfigurationSchemeDetails. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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()
-
Field Details
-
description
The description of the field configuration scheme. -
name
The name of the field configuration scheme. The name must be unique.
-
-
Constructor Details
-
UpdateFieldConfigurationSchemeDetails
Constructs a validated instance ofUpdateFieldConfigurationSchemeDetails.- Parameters:
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.- Parameters:
description- The description of the field configuration scheme.name- The name of the field configuration scheme. The name must be unique.
-
UpdateFieldConfigurationSchemeDetails
protected UpdateFieldConfigurationSchemeDetails()
-
-
Method Details
-
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.- Returns:
this.
-
name
The name of the field configuration scheme. The name must be unique.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-