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 WaypointCameraCustomNameParam.

      Class Members:
      Set Camera Custom Expand Name Type
      method
      method type
      Builder type(ActionTypes.CameraCustomNameType val)
      Package:dji.common.mission.waypointv2.Action
      Description:

      Sets the camera operation type the action camera to execute.

      Input Parameters:
      SOURCE_DIFFERENT typeThe value of CameraCustomNameType enum.
      Return:
      BuilderThe build of Builder.
      Set Camera Custom Exapnd Name
      method
      method customName
      Builder customName(String val)
      Package:dji.common.mission.waypointv2.Action
      Description:

      Sets the camera custom expand name the action camera to execute.

      Input Parameters:
      SOURCE_DIFFERENT nameA string value.
      Return:
      BuilderThe build of Builder.
      Builder
      method
      method build
      WaypointCameraCustomNameParam build()
      Package:dji.common.mission.waypointv2.Action
      Description:

      Generates the immutable object.

      Return:
      WaypointCameraCustomNameParamThe object of WaypointCameraCustomNameParam.