Fireteam class

Constructors

Fireteam()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getActivePrivateClanFireteamCount(HttpClient client, String groupId) Future<Int32Response>
Gets a count of all active non-public fireteams for the specified clan. Maximum value returned is 25.
getAvailableClanFireteams(HttpClient client, int activityType, FireteamDateRange dateRange, String groupId, String langFilter, int page, FireteamPlatform platform, FireteamPublicSearchOption publicOnly, FireteamSlotSearch slotFilter) Future<SearchResultOfFireteamSummaryResponse>
Gets a listing of all of this clan's fireteams that are have available slots. Caller is not checked for join criteria so caching is maximized.
getClanFireteam(HttpClient client, String fireteamId, String groupId) Future<FireteamResponseResponse>
Gets a specific fireteam.
getMyClanFireteams(HttpClient client, bool groupFilter, String groupId, bool includeClosed, String langFilter, int page, FireteamPlatform platform) Future<SearchResultOfFireteamResponseResponse>
Gets a listing of all fireteams that caller is an applicant, a member, or an alternate of.
searchPublicAvailableClanFireteams(HttpClient client, int activityType, FireteamDateRange dateRange, String langFilter, int page, FireteamPlatform platform, FireteamSlotSearch slotFilter) Future<SearchResultOfFireteamSummaryResponse>
Gets a listing of all public fireteams starting now with open slots. Caller is not checked for join criteria so caching is maximized.