public static interface DefaultNewSheetConfiguration.Builder extends SdkPojo, CopyableBuilder<DefaultNewSheetConfiguration.Builder,DefaultNewSheetConfiguration>
Modifier and Type | Method and Description |
---|---|
default DefaultNewSheetConfiguration.Builder |
interactiveLayoutConfiguration(Consumer<DefaultInteractiveLayoutConfiguration.Builder> interactiveLayoutConfiguration)
The options that determine the default settings for interactive layout configuration.
|
DefaultNewSheetConfiguration.Builder |
interactiveLayoutConfiguration(DefaultInteractiveLayoutConfiguration interactiveLayoutConfiguration)
The options that determine the default settings for interactive layout configuration.
|
default DefaultNewSheetConfiguration.Builder |
paginatedLayoutConfiguration(Consumer<DefaultPaginatedLayoutConfiguration.Builder> paginatedLayoutConfiguration)
The options that determine the default settings for a paginated layout configuration.
|
DefaultNewSheetConfiguration.Builder |
paginatedLayoutConfiguration(DefaultPaginatedLayoutConfiguration paginatedLayoutConfiguration)
The options that determine the default settings for a paginated layout configuration.
|
DefaultNewSheetConfiguration.Builder |
sheetContentType(SheetContentType sheetContentType)
The option that determines the sheet content type.
|
DefaultNewSheetConfiguration.Builder |
sheetContentType(String sheetContentType)
The option that determines the sheet content type.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DefaultNewSheetConfiguration.Builder interactiveLayoutConfiguration(DefaultInteractiveLayoutConfiguration interactiveLayoutConfiguration)
The options that determine the default settings for interactive layout configuration.
interactiveLayoutConfiguration
- The options that determine the default settings for interactive layout configuration.default DefaultNewSheetConfiguration.Builder interactiveLayoutConfiguration(Consumer<DefaultInteractiveLayoutConfiguration.Builder> interactiveLayoutConfiguration)
The options that determine the default settings for interactive layout configuration.
This is a convenience method that creates an instance of theDefaultInteractiveLayoutConfiguration.Builder
avoiding the need to create one manually via
DefaultInteractiveLayoutConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
interactiveLayoutConfiguration(DefaultInteractiveLayoutConfiguration)
.
interactiveLayoutConfiguration
- a consumer that will call methods on DefaultInteractiveLayoutConfiguration.Builder
interactiveLayoutConfiguration(DefaultInteractiveLayoutConfiguration)
DefaultNewSheetConfiguration.Builder paginatedLayoutConfiguration(DefaultPaginatedLayoutConfiguration paginatedLayoutConfiguration)
The options that determine the default settings for a paginated layout configuration.
paginatedLayoutConfiguration
- The options that determine the default settings for a paginated layout configuration.default DefaultNewSheetConfiguration.Builder paginatedLayoutConfiguration(Consumer<DefaultPaginatedLayoutConfiguration.Builder> paginatedLayoutConfiguration)
The options that determine the default settings for a paginated layout configuration.
This is a convenience method that creates an instance of theDefaultPaginatedLayoutConfiguration.Builder
avoiding the need to create one manually via
DefaultPaginatedLayoutConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
paginatedLayoutConfiguration(DefaultPaginatedLayoutConfiguration)
.
paginatedLayoutConfiguration
- a consumer that will call methods on DefaultPaginatedLayoutConfiguration.Builder
paginatedLayoutConfiguration(DefaultPaginatedLayoutConfiguration)
DefaultNewSheetConfiguration.Builder sheetContentType(String sheetContentType)
The option that determines the sheet content type.
sheetContentType
- The option that determines the sheet content type.SheetContentType
,
SheetContentType
DefaultNewSheetConfiguration.Builder sheetContentType(SheetContentType sheetContentType)
The option that determines the sheet content type.
sheetContentType
- The option that determines the sheet content type.SheetContentType
,
SheetContentType
Copyright © 2023. All rights reserved.