Class GetDetail

java.lang.Object
com.google.gerrit.server.restapi.account.GetDetail
All Implemented Interfaces:
RestReadView<AccountResource>, RestView<AccountResource>

public class GetDetail extends Object implements RestReadView<AccountResource>
REST endpoint to get details of an account.

This REST endpoint handles GET /accounts/<account-identifier>/detail requests.

In the response all fields are populated. In contrast to this GetAccount populates only a subset of the fields in the response.