BadgesApi class
Properties
Methods
-
getAllBadgesBadgesGet(
{int? page, int? size, Future< void> ? abortTrigger}) → Future<StaticDataPageBadgeSchema?> - Get All Badges
-
getAllBadgesBadgesGetWithHttpInfo(
{int? page, int? size, Future< void> ? abortTrigger}) → Future<Response> - Get All Badges
-
getBadgeBadgesCodeGet(
String code, {Future< void> ? abortTrigger}) → Future<BadgeResponseSchema?> - Get Badge
-
getBadgeBadgesCodeGetWithHttpInfo(
String code, {Future< void> ? abortTrigger}) → Future<Response> - Get Badge
-
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