public static class GetAiAgentsQueryParams.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
agentState |
protected List<String> |
fields |
protected Boolean |
includeBoxDefault |
protected Long |
limit |
protected String |
marker |
protected List<String> |
mode |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetAiAgentsQueryParams.Builder |
agentState(List<String> agentState) |
GetAiAgentsQueryParams |
build() |
GetAiAgentsQueryParams.Builder |
fields(List<String> fields) |
GetAiAgentsQueryParams.Builder |
includeBoxDefault(Boolean includeBoxDefault) |
GetAiAgentsQueryParams.Builder |
limit(Long limit) |
GetAiAgentsQueryParams.Builder |
marker(String marker) |
GetAiAgentsQueryParams.Builder |
mode(List<String> mode) |
protected List<String> agentState
protected Boolean includeBoxDefault
public Builder()
public GetAiAgentsQueryParams.Builder mode(List<String> mode)
public GetAiAgentsQueryParams.Builder fields(List<String> fields)
public GetAiAgentsQueryParams.Builder agentState(List<String> agentState)
public GetAiAgentsQueryParams.Builder includeBoxDefault(Boolean includeBoxDefault)
public GetAiAgentsQueryParams.Builder marker(String marker)
public GetAiAgentsQueryParams.Builder limit(Long limit)
public GetAiAgentsQueryParams build()