Uses of Class
com.longbridge.agent.GetAgentsOptions
-
Packages that use GetAgentsOptions Package Description com.longbridge.agent -
-
Uses of GetAgentsOptions in com.longbridge.agent
Methods in com.longbridge.agent that return GetAgentsOptions Modifier and Type Method Description GetAgentsOptionsGetAgentsOptions. setLimit(Integer limit)Sets the page size.GetAgentsOptionsGetAgentsOptions. setName(String name)Fuzzy search by Agent name.GetAgentsOptionsGetAgentsOptions. setPage(Integer page)Sets the page number, starts at 1.Methods in com.longbridge.agent with parameters of type GetAgentsOptions Modifier and Type Method Description CompletableFuture<AgentsResponse>AgentContext. agents(String workspaceId, GetAgentsOptions opts)List the Agents in the specified Workspace.
-