Package com.google.gerrit.server.account
Class AccountResource.Capability
- java.lang.Object
-
- com.google.gerrit.server.account.AccountResource.Capability
-
- All Implemented Interfaces:
RestResource
- Enclosing class:
- AccountResource
public static class AccountResource.Capability extends Object implements RestResource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.restapi.RestResource
RestResource.HasETag, RestResource.HasLastModified
-
-
Constructor Summary
Constructors Constructor Description Capability(IdentifiedUser user, String capability)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCapability()
IdentifiedUser
getUser()
-
-
-
Constructor Detail
-
Capability
public Capability(IdentifiedUser user, String capability)
-
-
Method Detail
-
getUser
public IdentifiedUser getUser()
-
getCapability
public String getCapability()
-
-