Interface MetaAiApi.Builder

Enclosing class:
MetaAiApi

public static interface MetaAiApi.Builder
Builder helper class.
  • Method Summary

    Modifier and Type
    Method
    Description
    version(String version)
    Set the version of this MetaAiApi instance.
  • Method Details

    • version

      MetaAiApi version(@Nonnull String version)
      Set the version of this MetaAiApi instance.
      Parameters:
      version - The version of this MetaAiApi
      Returns:
      The MetaAiApi instance.