public static interface BasicLayout.Builder extends SdkPojo, CopyableBuilder<BasicLayout.Builder,BasicLayout>
| Modifier and Type | Method and Description |
|---|---|
default BasicLayout.Builder |
moreInfo(Consumer<LayoutSections.Builder> moreInfo)
This represents sections in a tab of the page layout.
|
BasicLayout.Builder |
moreInfo(LayoutSections moreInfo)
This represents sections in a tab of the page layout.
|
default BasicLayout.Builder |
topPanel(Consumer<LayoutSections.Builder> topPanel)
This represents sections in a panel of the page layout.
|
BasicLayout.Builder |
topPanel(LayoutSections topPanel)
This represents sections in a panel of the page layout.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBasicLayout.Builder moreInfo(LayoutSections moreInfo)
This represents sections in a tab of the page layout.
moreInfo - This represents sections in a tab of the page layout.default BasicLayout.Builder moreInfo(Consumer<LayoutSections.Builder> moreInfo)
This represents sections in a tab of the page layout.
This is a convenience method that creates an instance of theLayoutSections.Builder avoiding the need
to create one manually via LayoutSections.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to moreInfo(LayoutSections).
moreInfo - a consumer that will call methods on LayoutSections.BuildermoreInfo(LayoutSections)BasicLayout.Builder topPanel(LayoutSections topPanel)
This represents sections in a panel of the page layout.
topPanel - This represents sections in a panel of the page layout.default BasicLayout.Builder topPanel(Consumer<LayoutSections.Builder> topPanel)
This represents sections in a panel of the page layout.
This is a convenience method that creates an instance of theLayoutSections.Builder avoiding the need
to create one manually via LayoutSections.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to topPanel(LayoutSections).
topPanel - a consumer that will call methods on LayoutSections.BuildertopPanel(LayoutSections)Copyright © 2023. All rights reserved.