Interface AssetBundleImportJobThemeOverrideTags.Builder

    • Method Detail

      • themeIds

        AssetBundleImportJobThemeOverrideTags.Builder themeIds​(Collection<String> themeIds)

        A list of theme IDs that you want to apply overrides to. You can use * to override all themes in this asset bundle.

        Parameters:
        themeIds - A list of theme IDs that you want to apply overrides to. You can use * to override all themes in this asset bundle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • themeIds

        AssetBundleImportJobThemeOverrideTags.Builder themeIds​(String... themeIds)

        A list of theme IDs that you want to apply overrides to. You can use * to override all themes in this asset bundle.

        Parameters:
        themeIds - A list of theme IDs that you want to apply overrides to. You can use * to override all themes in this asset bundle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        AssetBundleImportJobThemeOverrideTags.Builder tags​(Collection<Tag> tags)

        A list of tags for the themes that you want to apply overrides to.

        Parameters:
        tags - A list of tags for the themes that you want to apply overrides to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        AssetBundleImportJobThemeOverrideTags.Builder tags​(Tag... tags)

        A list of tags for the themes that you want to apply overrides to.

        Parameters:
        tags - A list of tags for the themes that you want to apply overrides to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.