Class ItemListDto<T>

java.lang.Object
org.springframework.hateoas.RepresentationModel<ItemListDto<T>>
tv.hd3g.authkit.mod.dto.ressource.ItemListDto<T>

public class ItemListDto<T> extends org.springframework.hateoas.RepresentationModel<ItemListDto<T>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    int
     

    Methods inherited from class org.springframework.hateoas.RepresentationModel

    add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString

    Methods inherited from class java.lang.Object

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

    • ItemListDto

      public ItemListDto(Collection<T> items)
  • Method Details

    • getItems

      public Collection<T> getItems()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.springframework.hateoas.RepresentationModel<ItemListDto<T>>
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class org.springframework.hateoas.RepresentationModel<ItemListDto<T>>