Interface GetThemeResponse.Builder

  • Method Details

    • theme

      Represents the configuration settings for the theme.

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

      Represents the configuration settings for the theme.

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

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

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