DJI Mobile SDK Documentation

      class Team

      final class Team
      Package:dji.sdk.flighthub.model
      Description:

      A team in DJI FlightHub. A group can contain several teams.

      Class Members:
      method
      method getTeamId
      int getTeamId()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the ID of the team. Each team in a group will have a unique ID.

      Return:
      intAn Integer of team id.
      method getGroupId
      int getGroupId()
      Package:dji.sdk.flighthub.model
      Description:

      Gets group's ID that current team belongs to.

      Return:
      intAn Integer of group id.
      method
      method getName
      String getName()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the team's name.

      Return:
      StringA String of team name.
      method getDevices
      List<BoundDevice> getDevices()
      Package:dji.sdk.flighthub.model
      Description:

      Get devices of the team.

      Return:
      List<BoundDevice>A list of Devices that belongs to current team.
      method getMembers
      List<User> getMembers()
      Package:dji.sdk.flighthub.model
      Description:

      Gets members of the team.

      Return:
      List<User>A list of User.