Interface ApiName.Builder

Enclosing class:
ApiName

public static interface ApiName.Builder
  • Method Details

    • name

      ApiName.Builder name(String name)
      Set the name of the API.
      Parameters:
      name - The name.
      Returns:
      This object for method chaining.
    • version

      ApiName.Builder version(String version)
      Set the version of the API.
      Parameters:
      version - The version.
      Returns:
      This object for method chaining.
    • build

      ApiName build()