public static interface SectionLayoutConfiguration.Builder extends SdkPojo, CopyableBuilder<SectionLayoutConfiguration.Builder,SectionLayoutConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default SectionLayoutConfiguration.Builder |
freeFormLayout(Consumer<FreeFormSectionLayoutConfiguration.Builder> freeFormLayout)
The free-form layout configuration of a section.
|
SectionLayoutConfiguration.Builder |
freeFormLayout(FreeFormSectionLayoutConfiguration freeFormLayout)
The free-form layout configuration of a section.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSectionLayoutConfiguration.Builder freeFormLayout(FreeFormSectionLayoutConfiguration freeFormLayout)
The free-form layout configuration of a section.
freeFormLayout - The free-form layout configuration of a section.default SectionLayoutConfiguration.Builder freeFormLayout(Consumer<FreeFormSectionLayoutConfiguration.Builder> freeFormLayout)
The free-form layout configuration of a section.
This is a convenience method that creates an instance of theFreeFormSectionLayoutConfiguration.Builder avoiding the need to create one manually via
FreeFormSectionLayoutConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to freeFormLayout(FreeFormSectionLayoutConfiguration).
freeFormLayout - a consumer that will call methods on FreeFormSectionLayoutConfiguration.BuilderfreeFormLayout(FreeFormSectionLayoutConfiguration)Copyright © 2023. All rights reserved.