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 Summary
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.restapi.RestResource
RestResource.HasETag, RestResource.HasLastModified
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.google.inject.TypeLiteral<RestView<AccessResource>>
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ACCESS_KIND
-
-
Constructor Details
-
AccessResource
public AccessResource()
-