Interface RTAModelBaseData.Builder3

Enclosing class:
RTAModelBaseData

public static interface RTAModelBaseData.Builder3
Builder helper class.
  • Method Details

    • versions

      RTAModelBaseData versions(@Nonnull List<RTAModelVersion> versions)
      Set the versions of this RTAModelBaseData instance.
      Parameters:
      versions - List of model versions that the model object has
      Returns:
      The RTAModelBaseData instance.
    • versions

      default RTAModelBaseData versions(@Nonnull RTAModelVersion... versions)
      Set the versions of this RTAModelBaseData instance.
      Parameters:
      versions - List of model versions that the model object has
      Returns:
      The RTAModelBaseData instance.