@ -1744,4 +1744,12 @@ public class ControllerConstants {
MARKDOWN_CODE_BLOCK_END;
protectedstaticfinalStringSECURITY_WRITE_CHECK=" Security check is performed to verify that the user has 'WRITE' permission for the entity (entities).";
publicstaticfinalStringNAME_CONFLICT_POLICY_DESC="Optional value of name conflict policy. Possible values: FAIL or UNIQUIFY. "+
" If omitted, FAIL policy is applied. FAIL policy implies exception will be thrown if an entity with the same name already exists. "+
" UNIQUIFY policy appends a suffix to the entity name, if a name conflict occurs.";
publicstaticfinalStringNAME_CONFLICT_SEPARATOR_DESC="Optional value of name suffix separator used by UNIQUIFY policy. By default, underscore separator is used. "+
"For example, strategy is UNIQUIFY, separator is '-'; if a name conflict occurs for entity name 'test-name', "+
"created entity will have name like 'test-name-7fsh4f'.";
publicCustomersaveCustomer(@io.swagger.v3.oas.annotations.parameters.RequestBody(description="A JSON value representing the customer.")@RequestBodyCustomercustomer,
@Parameter(description="Optional value of name conflict policy. Possible values: FAIL or UNIQUIFY. "+
"If omitted, FAIL policy is applied. FAIL policy implies exception will be thrown if an entity with the same name already exists. "+
"UNIQUIFY policy appends a suffix to the entity name, if a name conflict occurs.")