Class TaskUpdateObject


  • public class TaskUpdateObject
    extends Object
    Object model for cloning an application's version.
    • Constructor Detail

      • TaskUpdateObject

        public TaskUpdateObject()
    • Method Detail

      • version

        public String version()
        Get the version value.
        Returns:
        the version value
      • withVersion

        public TaskUpdateObject withVersion​(String version)
        Set the version value.
        Parameters:
        version - the version value to set
        Returns:
        the TaskUpdateObject object itself.