Interface MutableActivity

    • Method Detail

      • setName

        void setName​(String name)
        Sets the name of the activity.
        Parameters:
        name - the new name of the activity
        Since:
        1.0
      • setStartTime

        void setStartTime​(Instant time)
        Sets a new start time on the activity.
        Parameters:
        time - the new start time
        Since:
        1.0
      • setEndTime

        void setEndTime​(Instant time)
        Sets a new end time on the activity.
        Parameters:
        time - the new end time
        Since:
        1.0