public static interface LayoutContent.Builder extends SdkPojo, CopyableBuilder<LayoutContent.Builder,LayoutContent>
| Modifier and Type | Method and Description |
|---|---|
LayoutContent.Builder |
basic(BasicLayout basic)
Content specific to
BasicLayout type. |
default LayoutContent.Builder |
basic(Consumer<BasicLayout.Builder> basic)
Content specific to
BasicLayout type. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLayoutContent.Builder basic(BasicLayout basic)
Content specific to BasicLayout type. It configures fields in the top panel and More Info tab of
Cases user interface.
basic - Content specific to BasicLayout type. It configures fields in the top panel and More Info
tab of Cases user interface.default LayoutContent.Builder basic(Consumer<BasicLayout.Builder> basic)
Content specific to BasicLayout type. It configures fields in the top panel and More Info tab of
Cases user interface.
BasicLayout.Builder avoiding the need to
create one manually via BasicLayout.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to basic(BasicLayout).
basic - a consumer that will call methods on BasicLayout.Builderbasic(BasicLayout)Copyright © 2023. All rights reserved.