class Team
Package: | dji.sdk.flighthub.model |
Description:
A team in DJI FlightHub. A group can contain several teams.
Class Members:
method getTeamId
Package: | dji.sdk.flighthub.model |
Description:
Gets the ID of the team. Each team in a group will have a unique ID.
Return:
int | An Integer of team id. |
method getGroupId
Package: | dji.sdk.flighthub.model |
Description:
Gets group's ID that current team belongs to.
Return:
int | An Integer of group id. |
method getName
Package: | dji.sdk.flighthub.model |
Description:
Gets the team's name.
Return:
String | A 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
Package: | dji.sdk.flighthub.model |
Description:
Gets members of the team.
Return:
List<User> | A list of User. |