Class LinksResponse


  • public class LinksResponse
    extends org.springframework.hateoas.RepresentationModel
    링크만 제공되는 응답.
    Version:
    1.0
    Author:
    always0ne
    • Constructor Summary

      Constructors 
      Constructor Description
      LinksResponse​(org.springframework.hateoas.Link... links)
      Body는 없고 Links만 있을 때.
    • Method Summary

      • Methods inherited from class org.springframework.hateoas.RepresentationModel

        add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, removeLinks, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LinksResponse

        public LinksResponse​(org.springframework.hateoas.Link... links)
        Body는 없고 Links만 있을 때.
        Parameters:
        links - 제공되는 링크들