Class GetAgentsOptions

    • Constructor Detail

      • GetAgentsOptions

        public GetAgentsOptions()
    • Method Detail

      • setPage

        public GetAgentsOptions setPage​(Integer page)
        Sets the page number, starts at 1.
        Parameters:
        page - page number
        Returns:
        this instance for chaining
      • setLimit

        public GetAgentsOptions setLimit​(Integer limit)
        Sets the page size.
        Parameters:
        limit - page size
        Returns:
        this instance for chaining
      • setName

        public GetAgentsOptions setName​(String name)
        Fuzzy search by Agent name.
        Parameters:
        name - Agent name
        Returns:
        this instance for chaining