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, sdkFieldscopyapplyMutation, buildDefaultNewSheetConfiguration.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.BuilderinteractiveLayoutConfiguration(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.BuilderpaginatedLayoutConfiguration(DefaultPaginatedLayoutConfiguration)DefaultNewSheetConfiguration.Builder sheetContentType(String sheetContentType)
The option that determines the sheet content type.
sheetContentType - The option that determines the sheet content type.SheetContentType,
SheetContentTypeDefaultNewSheetConfiguration.Builder sheetContentType(SheetContentType sheetContentType)
The option that determines the sheet content type.
sheetContentType - The option that determines the sheet content type.SheetContentType,
SheetContentTypeCopyright © 2023. All rights reserved.