public static interface Layout.Builder extends SdkPojo, CopyableBuilder<Layout.Builder,Layout>
| Modifier and Type | Method and Description |
|---|---|
default Layout.Builder |
configuration(Consumer<LayoutConfiguration.Builder> configuration)
The configuration that determines what the type of layout for a sheet.
|
Layout.Builder |
configuration(LayoutConfiguration configuration)
The configuration that determines what the type of layout for a sheet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLayout.Builder configuration(LayoutConfiguration configuration)
The configuration that determines what the type of layout for a sheet.
configuration - The configuration that determines what the type of layout for a sheet.default Layout.Builder configuration(Consumer<LayoutConfiguration.Builder> configuration)
The configuration that determines what the type of layout for a sheet.
This is a convenience method that creates an instance of theLayoutConfiguration.Builder avoiding the
need to create one manually via LayoutConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to configuration(LayoutConfiguration).
configuration - a consumer that will call methods on LayoutConfiguration.Builderconfiguration(LayoutConfiguration)Copyright © 2023. All rights reserved.