public static class AiMultipleAgentResponse.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected List<AiSingleAgentResponseFull> |
entries |
protected Long |
limit |
protected String |
nextMarker |
protected String |
prevMarker |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder(List<AiSingleAgentResponseFull> entries) |
| Modifier and Type | Method and Description |
|---|---|
AiMultipleAgentResponse |
build() |
AiMultipleAgentResponse.Builder |
limit(Long limit) |
AiMultipleAgentResponse.Builder |
nextMarker(String nextMarker) |
AiMultipleAgentResponse.Builder |
prevMarker(String prevMarker) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String nextMarker
protected String prevMarker
protected final List<AiSingleAgentResponseFull> entries
public Builder(List<AiSingleAgentResponseFull> entries)
public AiMultipleAgentResponse.Builder limit(Long limit)
public AiMultipleAgentResponse.Builder nextMarker(String nextMarker)
public AiMultipleAgentResponse.Builder prevMarker(String prevMarker)
public AiMultipleAgentResponse build()