Uses of Class
com.oracle.bmc.aidocument.model.NormalizationFieldsMapValue
-
Packages that use NormalizationFieldsMapValue Package Description com.oracle.bmc.aidocument.model -
-
Uses of NormalizationFieldsMapValue in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return NormalizationFieldsMapValue Modifier and Type Method Description NormalizationFieldsMapValue
NormalizationFieldsMapValue.Builder. build()
Methods in com.oracle.bmc.aidocument.model that return types with arguments of type NormalizationFieldsMapValue Modifier and Type Method Description Map<String,NormalizationFieldsMapValue>
NormalizationFields. getMap()
A wrapped map.Methods in com.oracle.bmc.aidocument.model with parameters of type NormalizationFieldsMapValue Modifier and Type Method Description NormalizationFieldsMapValue.Builder
NormalizationFieldsMapValue.Builder. copy(NormalizationFieldsMapValue model)
Method parameters in com.oracle.bmc.aidocument.model with type arguments of type NormalizationFieldsMapValue Modifier and Type Method Description NormalizationFields.Builder
NormalizationFields.Builder. map(Map<String,NormalizationFieldsMapValue> map)
A wrapped map.Constructor parameters in com.oracle.bmc.aidocument.model with type arguments of type NormalizationFieldsMapValue Constructor Description NormalizationFields(Map<String,NormalizationFieldsMapValue> map)
Deprecated.
-