Class Library
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<Library>
-
- com.aquima.web.rest.v1.resource.impl.Library
-
public class Library extends org.springframework.hateoas.RepresentationModel<Library>
Library REST API resource.- Since:
- 9.6
- Author:
- m.van.tilburg
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getReleaseNotes()
String
getVersion()
void
setName(String name)
void
setReleaseNotes(String releaseNotes)
void
setVersion(String version)
-