@JvmOverloads fun setInitials(initials: String, engraving: String, noUpdate: Boolean = false): Unit
Changes the personalization of the model.
initials
- The initials to be set.
engraving
- The engraving to be set.
noUpdate
- If the update operation shouldn't be triggered (defaults False
).