apiSpec

public abstract ExternalApi.Builder apiSpec(ApiSpec apiSpec)

Setter for apiSpec.

apiSpec: The API spec that the external API implements.


@CanIgnoreReturnValue()
public ExternalApi.Builder apiSpec(ApiSpec.Known knownType)

Setter for apiSpec given a known enum.

apiSpec: The API spec that the external API implements.


@CanIgnoreReturnValue()
public ExternalApi.Builder apiSpec(String apiSpec)

Setter for apiSpec given a string.

apiSpec: The API spec that the external API implements.