public static interface MissingDataConfiguration.Builder extends SdkPojo, CopyableBuilder<MissingDataConfiguration.Builder,MissingDataConfiguration>
| Modifier and Type | Method and Description |
|---|---|
MissingDataConfiguration.Builder |
treatmentOption(MissingDataTreatmentOption treatmentOption)
The treatment option that determines how missing data should be rendered.
|
MissingDataConfiguration.Builder |
treatmentOption(String treatmentOption)
The treatment option that determines how missing data should be rendered.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMissingDataConfiguration.Builder treatmentOption(String treatmentOption)
The treatment option that determines how missing data should be rendered. Choose from the following options:
INTERPOLATE: Interpolate missing values between the prior and the next known value.
SHOW_AS_ZERO: Show missing values as the value 0.
SHOW_AS_BLANK: Display a blank space when rendering missing data.
treatmentOption - The treatment option that determines how missing data should be rendered. Choose from the following
options:
INTERPOLATE: Interpolate missing values between the prior and the next known value.
SHOW_AS_ZERO: Show missing values as the value 0.
SHOW_AS_BLANK: Display a blank space when rendering missing data.
MissingDataTreatmentOption,
MissingDataTreatmentOptionMissingDataConfiguration.Builder treatmentOption(MissingDataTreatmentOption treatmentOption)
The treatment option that determines how missing data should be rendered. Choose from the following options:
INTERPOLATE: Interpolate missing values between the prior and the next known value.
SHOW_AS_ZERO: Show missing values as the value 0.
SHOW_AS_BLANK: Display a blank space when rendering missing data.
treatmentOption - The treatment option that determines how missing data should be rendered. Choose from the following
options:
INTERPOLATE: Interpolate missing values between the prior and the next known value.
SHOW_AS_ZERO: Show missing values as the value 0.
SHOW_AS_BLANK: Display a blank space when rendering missing data.
MissingDataTreatmentOption,
MissingDataTreatmentOptionCopyright © 2023. All rights reserved.