Interface LayoutContent.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LayoutContent.Builder,LayoutContent>, SdkBuilder<LayoutContent.Builder,LayoutContent>, SdkPojo
Enclosing class:
LayoutContent

public static interface LayoutContent.Builder extends SdkPojo, CopyableBuilder<LayoutContent.Builder,LayoutContent>
  • Method Details

    • basic

      Content specific to BasicLayout type. It configures fields in the top panel and More Info tab of Cases user interface.

      Parameters:
      basic - Content specific to BasicLayout type. It configures fields in the top panel and More Info tab of Cases user interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • basic

      Content specific to BasicLayout type. It configures fields in the top panel and More Info tab of Cases user interface.

      This is a convenience method that creates an instance of the 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).

      Parameters:
      basic - a consumer that will call methods on BasicLayout.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: