Interface OptionVersion.Builder

    • Method Detail

      • version

        OptionVersion.Builder version​(String version)

        The version of the option.

        Parameters:
        version - The version of the option.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDefault

        OptionVersion.Builder isDefault​(Boolean isDefault)

        Indicates whether the version is the default version of the option.

        Parameters:
        isDefault - Indicates whether the version is the default version of the option.
        Returns:
        Returns a reference to this object so that method calls can be chained together.