Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GroupsRequestBuilder

Index

Constructors

constructor

Methods

build

  • This method will return an object of the GroupsRequest class.

    Returns GroupsRequest

joinedOnly

setLimit

  • Parameters

    • limit: number

      A method to set limit for the number of Groups returned in a single iteration. A maximum of 100 groups can fetched in a single iteration.

    Returns GroupsRequestBuilder

setSearchKeyword

  • Parameters

    • searchKeyword: string

      A method to set the search string based on which the groups are to be fetched.

    Returns GroupsRequestBuilder

setTags

  • Parameters

    • tags: String[]

      A method to set the tags based on which the groups are to be fetched.

    Returns GroupsRequestBuilder

withTags

  • Parameters

    • withTags: boolean

      A method to get the tags along with the other details of the groups.

    Returns GroupsRequestBuilder