class Builder
| Package: | dji.common.mission.waypointv2.Action |
Description:
The class is used to create the instance of WaypointGimbalStartPathShootingParam.
Class Members:
Set Path Cycle Mode
method
method pathCycleMode
Builder pathCycleMode(ActionTypes.GimbalPathCycleMode pathCycleMode)
|
| Package: | dji.common.mission.waypointv2.Action |
Description:
Sets path cycle mode.
Return:
method pointNum
Builder pointNum(int pointNum)
|
| Package: | dji.common.mission.waypointv2.Action |
Description:
Sets the point number, indicates the number of point you wish to execute. Usually, it is the size of the getPointInfo list.
| int pointNum | An int value of point number. |
Return:
Set Point Info List
method
method pointInfo
Builder pointInfo(List<WaypointGimbalPathPointInfo> pointInfo)
|
| Package: | dji.common.mission.waypointv2.Action |
Description:
Sets the list of the point information.
Return:
method build
WaypointGimbalStartPathShootingParam build()
|
| Package: | dji.common.mission.waypointv2.Action |
Description:
Generates the immutable object.
Return: