Interface PortalContent.Builder

  • Method Details

    • description

      PortalContent.Builder description(String description)

      A description of the portal.

      Parameters:
      description - A description of the portal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      PortalContent.Builder displayName(String displayName)

      The display name for the portal.

      Parameters:
      displayName - The display name for the portal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • theme

      The theme for the portal.

      Parameters:
      theme - The theme for the portal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • theme

      The theme for the portal.

      This is a convenience method that creates an instance of the PortalTheme.Builder avoiding the need to create one manually via PortalTheme.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to theme(PortalTheme).

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