public static interface DefaultInteractiveLayoutConfiguration.Builder extends SdkPojo, CopyableBuilder<DefaultInteractiveLayoutConfiguration.Builder,DefaultInteractiveLayoutConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default DefaultInteractiveLayoutConfiguration.Builder |
freeForm(Consumer<DefaultFreeFormLayoutConfiguration.Builder> freeForm)
The options that determine the default settings of a free-form layout configuration.
|
DefaultInteractiveLayoutConfiguration.Builder |
freeForm(DefaultFreeFormLayoutConfiguration freeForm)
The options that determine the default settings of a free-form layout configuration.
|
default DefaultInteractiveLayoutConfiguration.Builder |
grid(Consumer<DefaultGridLayoutConfiguration.Builder> grid)
The options that determine the default settings for a grid layout configuration.
|
DefaultInteractiveLayoutConfiguration.Builder |
grid(DefaultGridLayoutConfiguration grid)
The options that determine the default settings for a grid layout configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDefaultInteractiveLayoutConfiguration.Builder grid(DefaultGridLayoutConfiguration grid)
The options that determine the default settings for a grid layout configuration.
grid - The options that determine the default settings for a grid layout configuration.default DefaultInteractiveLayoutConfiguration.Builder grid(Consumer<DefaultGridLayoutConfiguration.Builder> grid)
The options that determine the default settings for a grid layout configuration.
This is a convenience method that creates an instance of theDefaultGridLayoutConfiguration.Builder
avoiding the need to create one manually via DefaultGridLayoutConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to grid(DefaultGridLayoutConfiguration).
grid - a consumer that will call methods on DefaultGridLayoutConfiguration.Buildergrid(DefaultGridLayoutConfiguration)DefaultInteractiveLayoutConfiguration.Builder freeForm(DefaultFreeFormLayoutConfiguration freeForm)
The options that determine the default settings of a free-form layout configuration.
freeForm - The options that determine the default settings of a free-form layout configuration.default DefaultInteractiveLayoutConfiguration.Builder freeForm(Consumer<DefaultFreeFormLayoutConfiguration.Builder> freeForm)
The options that determine the default settings of a free-form layout configuration.
This is a convenience method that creates an instance of theDefaultFreeFormLayoutConfiguration.Builder avoiding the need to create one manually via
DefaultFreeFormLayoutConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to freeForm(DefaultFreeFormLayoutConfiguration).
freeForm - a consumer that will call methods on DefaultFreeFormLayoutConfiguration.BuilderfreeForm(DefaultFreeFormLayoutConfiguration)Copyright © 2023. All rights reserved.