| 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 |
|---|---|
static AgentType |
AgentType.fromValue(String value) |
AgentType |
AgentPoolUpdateSetting.getAgentType()
Get agentType
|
AgentType |
AgentPoolUpdate.getAgentType()
Get agentType
|
AgentType |
Agent.getType()
Get type
|
AgentType |
AgentPool.getType()
Get type
|
static AgentType |
AgentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentType[] |
AgentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AgentPoolUpdateSetting |
AgentPoolUpdateSetting.agentType(AgentType agentType) |
AgentPoolUpdate |
AgentPoolUpdate.agentType(AgentType agentType) |
void |
AgentPoolUpdateSetting.setAgentType(AgentType agentType) |
void |
AgentPoolUpdate.setAgentType(AgentType agentType) |
void |
Agent.setType(AgentType type) |
void |
AgentPool.setType(AgentType type) |
Agent |
Agent.type(AgentType type) |
AgentPool |
AgentPool.type(AgentType type) |
Copyright © 2017–2023 Okta. All rights reserved.