Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BlockedUsersRequestBuilder

Hierarchy

  • BlockedUsersRequestBuilder

Index

Constructors

constructor

Methods

build

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

    Returns BlockedUsersRequest

setDirection

  • Parameters

    • direction: string

      A method to either fetch only users the logged-in user has blocked or the users who have blocked the logged-in user or both.

    Returns BlockedUsersRequestBuilder

setLimit

  • Parameters

    • limit: number

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

    Returns BlockedUsersRequestBuilder

setSearchKeyword

  • Parameters

    • searchKeyword: string

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

    Returns BlockedUsersRequestBuilder