public class AgentPoolMode extends Object
| Modifier and Type | Field and Description |
|---|---|
static AgentPoolMode |
SYSTEM |
static AgentPoolMode |
USER |
private String |
value |
| Constructor and Description |
|---|
AgentPoolMode() |
| Modifier and Type | Method and Description |
|---|---|
static AgentPoolMode |
fromString(String input) |
static List<AgentPoolMode> |
values() |
public static final AgentPoolMode SYSTEM
public static final AgentPoolMode USER
private String value
public static List<AgentPoolMode> values()
public static AgentPoolMode fromString(String input)
Copyright © 2024. All rights reserved.