Class FormThemeFileResolutionParams.Builder

    • Method Detail

      • client

        public FormThemeFileResolutionParams.Builder client​(Mandant client)
        Sets the client scope where to look for themes. Required only if the theme is specific to a particular client.
        Parameters:
        client - Client scope where to look for themes.
        Returns:
        This builder for chaining method calls.
      • fileNameFilter

        public FormThemeFileResolutionParams.Builder fileNameFilter​(Predicate<? super String> fileNameFilter)
        Sets the filter for the files to include. Optional, when not given, all files are included.
        Parameters:
        fileNameFilter - The filter for the files to include.
        Returns:
        This builder for chaining method calls.