java.lang.Object
com.google.gerrit.server.restapi.account.PutName
All Implemented Interfaces:
RestModifyView<AccountResource,NameInput>, RestView<AccountResource>

public class PutName extends Object implements RestModifyView<AccountResource,NameInput>
REST endpoint to set the full name of an account.

This REST endpoint handles PUT /accounts/<account-identifier>/name requests.

Whether a full name can be set depends on whether the used Realm supports this.