Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Page<T>

Paginated Result

Type parameters

Hierarchy

Index

Constructors

constructor

  • new Page(key: string, resourceType: HalResourceConstructor<T>, data?: any): Page

Properties

Optional _links

_links: Map<string, HalLink>

Optional page

Pagination Metadata

Methods

getItems

  • getItems(): T[]

Protected performActionWithoutResourceResponse

  • performActionWithoutResourceResponse(name: string, params: any, data: any, method?: POST | PATCH | PUT): Promise<void>

toJSON

  • toJSON(): any

toJson

  • toJson(): any

Generated using TypeDoc