public static interface SemanticType.Builder extends SdkPojo, CopyableBuilder<SemanticType.Builder,SemanticType>
| Modifier and Type | Method and Description |
|---|---|
SemanticType.Builder |
falseyCellValue(String falseyCellValue)
The semantic type falsey cell value.
|
SemanticType.Builder |
falseyCellValueSynonyms(Collection<String> falseyCellValueSynonyms)
The other names or aliases for the false cell value.
|
SemanticType.Builder |
falseyCellValueSynonyms(String... falseyCellValueSynonyms)
The other names or aliases for the false cell value.
|
SemanticType.Builder |
subTypeName(String subTypeName)
The semantic type sub type name.
|
SemanticType.Builder |
truthyCellValue(String truthyCellValue)
The semantic type truthy cell value.
|
SemanticType.Builder |
truthyCellValueSynonyms(Collection<String> truthyCellValueSynonyms)
The other names or aliases for the true cell value.
|
SemanticType.Builder |
truthyCellValueSynonyms(String... truthyCellValueSynonyms)
The other names or aliases for the true cell value.
|
SemanticType.Builder |
typeName(String typeName)
The semantic type name.
|
SemanticType.Builder |
typeParameters(Map<String,String> typeParameters)
The semantic type parameters.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSemanticType.Builder typeName(String typeName)
The semantic type name.
typeName - The semantic type name.SemanticType.Builder subTypeName(String subTypeName)
The semantic type sub type name.
subTypeName - The semantic type sub type name.SemanticType.Builder typeParameters(Map<String,String> typeParameters)
The semantic type parameters.
typeParameters - The semantic type parameters.SemanticType.Builder truthyCellValue(String truthyCellValue)
The semantic type truthy cell value.
truthyCellValue - The semantic type truthy cell value.SemanticType.Builder truthyCellValueSynonyms(Collection<String> truthyCellValueSynonyms)
The other names or aliases for the true cell value.
truthyCellValueSynonyms - The other names or aliases for the true cell value.SemanticType.Builder truthyCellValueSynonyms(String... truthyCellValueSynonyms)
The other names or aliases for the true cell value.
truthyCellValueSynonyms - The other names or aliases for the true cell value.SemanticType.Builder falseyCellValue(String falseyCellValue)
The semantic type falsey cell value.
falseyCellValue - The semantic type falsey cell value.SemanticType.Builder falseyCellValueSynonyms(Collection<String> falseyCellValueSynonyms)
The other names or aliases for the false cell value.
falseyCellValueSynonyms - The other names or aliases for the false cell value.SemanticType.Builder falseyCellValueSynonyms(String... falseyCellValueSynonyms)
The other names or aliases for the false cell value.
falseyCellValueSynonyms - The other names or aliases for the false cell value.Copyright © 2023. All rights reserved.