DJI Mobile SDK Documentation

      class Builder

      static final class Builder
      Package:dji.common.mission.waypointv2.Action
      Description:

      The class is used to create the instance of WaypointAircraftControlRotateYawParam.

      Class Members:
      Set Relative
      method
      method setRelative
      Builder setRelative(boolean relative)
      Package:dji.common.mission.waypointv2.Action
      Description:

      Sets the relative.

      Input Parameters:
      boolean relativeA boolean value of relative.
      Return:
      BuilderThe build of Builder.
      Set Direction
      method
      method setDirection
      Builder setDirection(WaypointV2MissionTypes.WaypointV2TurnMode direction)
      Package:dji.common.mission.waypointv2.Action
      Description:

      Sets the direction.

      Input Parameters:
      WaypointV2MissionTypes.WaypointV2TurnMode directionAn enum value of the WaypointV2TurnMode.
      Return:
      BuilderThe build of Builder.
      Set Yaw Angle
      method
      method setYawAngle
      Builder setYawAngle(float yawAngle)
      Package:dji.common.mission.waypointv2.Action
      Description:

      Sets the yaw angle.

      Input Parameters:
      float yawAngleA float value of yaw angle.
      Return:
      BuilderThe build of Builder.
      Build
      method
      method build
      WaypointAircraftControlRotateYawParam build()
      Package:dji.common.mission.waypointv2.Action
      Description:

      Generates the immutable object.

      Return:
      WaypointAircraftControlRotateYawParamThe build of WaypointAircraftControlRotateYawParam.