Class AuthorityEntryResource
- java.lang.Object
-
- org.springframework.hateoas.ResourceSupport
-
- org.springframework.hateoas.Resource<T>
-
- org.dspace.app.rest.model.hateoas.HALResource<AuthorityEntryRest>
-
- org.dspace.app.rest.model.hateoas.AuthorityEntryResource
-
- All Implemented Interfaces:
org.springframework.hateoas.Identifiable<org.springframework.hateoas.Link>
@RelNameDSpaceResource("authorityEntry") public class AuthorityEntryResource extends HALResource<AuthorityEntryRest>
Authority Rest HAL Resource. The HAL Resource wraps the REST Resource adding support for the links and embedded resources- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
-
Field Summary
-
Fields inherited from class org.dspace.app.rest.model.hateoas.HALResource
embedded
-
-
Constructor Summary
Constructors Constructor Description AuthorityEntryResource(AuthorityEntryRest entry)
-
Method Summary
-
Methods inherited from class org.dspace.app.rest.model.hateoas.HALResource
add, embedResource, getEmbeddedResources, setPageHeader
-
Methods inherited from class org.springframework.hateoas.Resource
equals, getContent, hashCode, toString
-
-
-
-
Constructor Detail
-
AuthorityEntryResource
public AuthorityEntryResource(AuthorityEntryRest entry)
-
-