public static interface HeaderFooterSectionConfiguration.Builder extends SdkPojo, CopyableBuilder<HeaderFooterSectionConfiguration.Builder,HeaderFooterSectionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default HeaderFooterSectionConfiguration.Builder |
layout(Consumer<SectionLayoutConfiguration.Builder> layout)
The layout configuration of the header or footer section.
|
HeaderFooterSectionConfiguration.Builder |
layout(SectionLayoutConfiguration layout)
The layout configuration of the header or footer section.
|
HeaderFooterSectionConfiguration.Builder |
sectionId(String sectionId)
The unique identifier of the header or footer section.
|
default HeaderFooterSectionConfiguration.Builder |
style(Consumer<SectionStyle.Builder> style)
The style options of a header or footer section.
|
HeaderFooterSectionConfiguration.Builder |
style(SectionStyle style)
The style options of a header or footer section.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHeaderFooterSectionConfiguration.Builder sectionId(String sectionId)
The unique identifier of the header or footer section.
sectionId - The unique identifier of the header or footer section.HeaderFooterSectionConfiguration.Builder layout(SectionLayoutConfiguration layout)
The layout configuration of the header or footer section.
layout - The layout configuration of the header or footer section.default HeaderFooterSectionConfiguration.Builder layout(Consumer<SectionLayoutConfiguration.Builder> layout)
The layout configuration of the header or footer section.
This is a convenience method that creates an instance of theSectionLayoutConfiguration.Builder
avoiding the need to create one manually via SectionLayoutConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to layout(SectionLayoutConfiguration).
layout - a consumer that will call methods on SectionLayoutConfiguration.Builderlayout(SectionLayoutConfiguration)HeaderFooterSectionConfiguration.Builder style(SectionStyle style)
The style options of a header or footer section.
style - The style options of a header or footer section.default HeaderFooterSectionConfiguration.Builder style(Consumer<SectionStyle.Builder> style)
The style options of a header or footer section.
This is a convenience method that creates an instance of theSectionStyle.Builder avoiding the need
to create one manually via SectionStyle.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to style(SectionStyle).
style - a consumer that will call methods on SectionStyle.Builderstyle(SectionStyle)Copyright © 2023. All rights reserved.