public class AiTaxonomyFileReference extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiTaxonomyFileReference.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The ID of the taxonomy source.
|
protected String |
taxonomyKey
The identifier for a taxonomy, which corresponds to the `taxonomy_key` of the taxonomy source.
|
protected EnumWrapper<AiTaxonomyFileReferenceTypeField> |
type
The type of the taxonomy source.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiTaxonomyFileReference() |
protected |
AiTaxonomyFileReference(AiTaxonomyFileReference.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getTaxonomyKey() |
EnumWrapper<AiTaxonomyFileReferenceTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AiTaxonomyFileReferenceTypeField> type
protected String taxonomyKey
public AiTaxonomyFileReference()
protected AiTaxonomyFileReference(AiTaxonomyFileReference.Builder builder)
public EnumWrapper<AiTaxonomyFileReferenceTypeField> getType()
public String getTaxonomyKey()