public static class AiAgentReference.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected EnumWrapper<AiAgentReferenceTypeField> |
type |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AiAgentReference |
build() |
AiAgentReference.Builder |
id(String id) |
AiAgentReference.Builder |
type(AiAgentReferenceTypeField type) |
AiAgentReference.Builder |
type(EnumWrapper<AiAgentReferenceTypeField> type) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AiAgentReferenceTypeField> type
public Builder()
public AiAgentReference.Builder type(AiAgentReferenceTypeField type)
public AiAgentReference.Builder type(EnumWrapper<AiAgentReferenceTypeField> type)
public AiAgentReference.Builder id(String id)
public AiAgentReference build()