Class AccessResource
java.lang.Object
com.google.gerrit.server.restapi.access.AccessResource
- All Implemented Interfaces:
- RestResource
REST resource that represents members in 
AccessCollection.
 AccessCollection doesn't support accessing single members, hence this class only
 defines the TypeLiteral for the resource kind that is needed for binding the REST
 collection.
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.google.gerrit.extensions.restapi.RestResourceRestResource.HasETag, RestResource.HasLastModified
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.google.inject.TypeLiteral<RestView<AccessResource>>
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
ACCESS_KIND
 
- 
- 
Constructor Details- 
AccessResourcepublic AccessResource()
 
-