Class ChangeTraitRequest
Object
ChangeTraitRequest
- All Implemented Interfaces:
Serializable
The properties of the Trait to be changed.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeTraitRequest.Builderbuilder()protected booleanbooleanThe new description for the Trait.getId()Required. The id of the Trait to be changed.getName()The new name for the Trait.inthashCode()voidsetDescription(String description) The new description for the Trait.voidRequired. The id of the Trait to be changed.voidThe new name for the Trait.toString()
-
Constructor Details
-
ChangeTraitRequest
public ChangeTraitRequest()
-
-
Method Details
-
builder
-
getId
Required. The id of the Trait to be changed. -
getName
The new name for the Trait. -
getDescription
The new description for the Trait. -
setId
Required. The id of the Trait to be changed. -
setName
The new name for the Trait. -
setDescription
The new description for the Trait. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-