static BodySectionRepeatDimensionConfiguration.Builder |
BodySectionRepeatDimensionConfiguration.builder() |
|
default BodySectionRepeatDimensionConfiguration.Builder |
BodySectionRepeatDimensionConfiguration.Builder.dynamicCategoryDimensionConfiguration(Consumer<BodySectionDynamicCategoryDimensionConfiguration.Builder> dynamicCategoryDimensionConfiguration) |
Describes the Category dataset column and constraints around the dynamic values that will be used in
repeating the section contents.
|
BodySectionRepeatDimensionConfiguration.Builder |
BodySectionRepeatDimensionConfiguration.Builder.dynamicCategoryDimensionConfiguration(BodySectionDynamicCategoryDimensionConfiguration dynamicCategoryDimensionConfiguration) |
Describes the Category dataset column and constraints around the dynamic values that will be used in
repeating the section contents.
|
default BodySectionRepeatDimensionConfiguration.Builder |
BodySectionRepeatDimensionConfiguration.Builder.dynamicNumericDimensionConfiguration(Consumer<BodySectionDynamicNumericDimensionConfiguration.Builder> dynamicNumericDimensionConfiguration) |
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the
contents of a section.
|
BodySectionRepeatDimensionConfiguration.Builder |
BodySectionRepeatDimensionConfiguration.Builder.dynamicNumericDimensionConfiguration(BodySectionDynamicNumericDimensionConfiguration dynamicNumericDimensionConfiguration) |
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the
contents of a section.
|
BodySectionRepeatDimensionConfiguration.Builder |
BodySectionRepeatDimensionConfiguration.toBuilder() |
|