Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UsersRequest

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Static USER_STATUS

USER_STATUS: { OFFLINE: string; ONLINE: string } = ...

Type declaration

  • OFFLINE: string
  • ONLINE: string

Methods

fetchNext

  • fetchNext(): Promise<[] | User[]>
  • Get list of next set of users based on the parameters specified in UsersRequestBuilder class The Developer need to call this method repeatedly using the same object of UsersRequestBuilder class to get paginated list of users.

    Returns Promise<[] | User[]>