Interface AppVersionSummary.Builder

  • Method Details

    • appVersion

      AppVersionSummary.Builder appVersion(String appVersion)

      Version of an application.

      Parameters:
      appVersion - Version of an application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      AppVersionSummary.Builder creationTime(Instant creationTime)

      Creation time of the application version.

      Parameters:
      creationTime - Creation time of the application version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identifier

      AppVersionSummary.Builder identifier(Long identifier)

      Identifier of the application version.

      Parameters:
      identifier - Identifier of the application version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionName

      AppVersionSummary.Builder versionName(String versionName)

      Name of the application version.

      Parameters:
      versionName - Name of the application version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.