Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GroupsRequest

Index

Constructors

Methods

Constructors

constructor

Methods

fetchNext

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

    Returns Promise<[] | Group[]>