Interface FollowModeScheduleActionStartSettings.Builder

    • Method Detail

      • followPoint

        FollowModeScheduleActionStartSettings.Builder followPoint​(String followPoint)
        Identifies whether this action starts relative to the start or relative to the end of the reference action.
        Parameters:
        followPoint - Identifies whether this action starts relative to the start or relative to the end of the reference action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FollowPoint, FollowPoint
      • followPoint

        FollowModeScheduleActionStartSettings.Builder followPoint​(FollowPoint followPoint)
        Identifies whether this action starts relative to the start or relative to the end of the reference action.
        Parameters:
        followPoint - Identifies whether this action starts relative to the start or relative to the end of the reference action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FollowPoint, FollowPoint
      • referenceActionName

        FollowModeScheduleActionStartSettings.Builder referenceActionName​(String referenceActionName)
        The action name of another action that this one refers to.
        Parameters:
        referenceActionName - The action name of another action that this one refers to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.