public static interface LayoutSections.Builder extends SdkPojo, CopyableBuilder<LayoutSections.Builder,LayoutSections>
| Modifier and Type | Method and Description |
|---|---|
LayoutSections.Builder |
sections(Collection<Section> sections)
Sets the value of the Sections property for this object.
|
LayoutSections.Builder |
sections(Consumer<Section.Builder>... sections)
Sets the value of the Sections property for this object.
|
LayoutSections.Builder |
sections(Section... sections)
Sets the value of the Sections property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLayoutSections.Builder sections(Collection<Section> sections)
sections - The new value for the Sections property for this object.LayoutSections.Builder sections(Section... sections)
sections - The new value for the Sections property for this object.LayoutSections.Builder sections(Consumer<Section.Builder>... sections)
Section.Builder avoiding the need to create one
manually via Section.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #sections(List.
sections - a consumer that will call methods on
Section.Builder#sections(java.util.Collection) Copyright © 2023. All rights reserved.