public class GetAiAgentsQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAiAgentsQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
List<String> |
agentState
The state of the agents to return.
|
List<String> |
fields
The fields to return in the response.
|
Boolean |
includeBoxDefault
Whether to include the Box default agents in the response.
|
Long |
limit
The maximum number of items to return per page.
|
String |
marker
Defines the position marker at which to begin returning results.
|
List<String> |
mode
The mode to filter the agent config to return.
|
| Modifier | Constructor and Description |
|---|---|
|
GetAiAgentsQueryParams() |
protected |
GetAiAgentsQueryParams(GetAiAgentsQueryParams.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAgentState() |
List<String> |
getFields() |
Boolean |
getIncludeBoxDefault() |
Long |
getLimit() |
String |
getMarker() |
List<String> |
getMode() |
public List<String> mode
public List<String> agentState
public Boolean includeBoxDefault
public GetAiAgentsQueryParams()
protected GetAiAgentsQueryParams(GetAiAgentsQueryParams.Builder builder)