| Package | Description | 
|---|---|
| org.openapitools.client.api | |
| org.openapitools.client.model | 
| Modifier and Type | Method and Description | 
|---|---|
List<AgentPool> | 
AgentPoolsApi.listAgentPools(Integer limitPerPoolType,
              AgentType poolType,
              String after)
List all Agent Pools
 Lists all agent pools with pagination support 
 | 
List<AgentPool> | 
AgentPoolsApi.listAgentPools(Integer limitPerPoolType,
              AgentType poolType,
              String after,
              Map<String,String> additionalHeaders)
List all Agent Pools
 Lists all agent pools with pagination support 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AgentPool | 
AgentPool.addAgentsItem(Agent agentsItem)  | 
AgentPool | 
AgentPool.agents(List<Agent> agents)  | 
AgentPool | 
AgentPool.name(String name)  | 
AgentPool | 
AgentPool.operationalStatus(OperationalStatus operationalStatus)  | 
AgentPool | 
AgentPool.type(AgentType type)  | 
Copyright © 2017–2023 Okta. All rights reserved.